mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 12:32:19 +07:00
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:
parent
6d7c157fc7
commit
f7941f508d
@ -24,8 +24,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_HPAPCI
|
||||
struct hp300_port
|
||||
{
|
||||
struct hp300_port {
|
||||
struct hp300_port *next; /* next port */
|
||||
int line; /* line (tty) number */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user