Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba48f61b authored by Lidza Louina's avatar Lidza Louina Committed by Greg Kroah-Hartman
Browse files

staging: dgnc: fixes struct declaration



This patch fixes the error: open brace '{'
following struct go on the same line.

Signed-off-by: default avatarLidza Louina <lidza.louina@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 58b905b3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -282,8 +282,7 @@ struct board_ops {
/*
 *	Per-board information
 */
struct board_t
{
struct board_t {
	int		magic;		/* Board Magic number.  */
	int		boardnum;	/* Board number: 0-32 */

+1 −2
Original line number Diff line number Diff line
@@ -318,8 +318,7 @@ struct digi_getbuffer /* Struct for holding buffer use counts */
	unsigned long txdone;
};

struct digi_getcounter
{
struct digi_getcounter {
	unsigned long norun;		/* number of UART overrun errors */
	unsigned long noflow;		/* number of buffer overflow errors */
	unsigned long nframe;		/* number of framing errors */