tty: serial: 8250: Fix braces after struct
This patch fixes a checkpatch warning by moving an opening curly brace to its correct position. Signed-off-by: Anton Würfel <anton.wuerfel@fau.de> Signed-off-by: Phillip Raffeck <phillip.raffeck@fau.de> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Peter Hurley <peter@hurleysoftware.com> Cc: linux-kernel@i4.cs.fau.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
6d7c157fc7
commit
f7941f508d
@@ -24,8 +24,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_HPAPCI
|
#ifdef CONFIG_HPAPCI
|
||||||
struct hp300_port
|
struct hp300_port {
|
||||||
{
|
|
||||||
struct hp300_port *next; /* next port */
|
struct hp300_port *next; /* next port */
|
||||||
int line; /* line (tty) number */
|
int line; /* line (tty) number */
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user