From: Anton Wuerfel Date: Thu, 14 Jan 2016 15:08:12 +0000 (+0100) Subject: tty: serial: 8250: Fix braces after struct X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f7941f508d1eabdd1046eef4182d6052d853f09c;p=deliverable%2Flinux.git 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 Signed-off-by: Phillip Raffeck Reviewed-by: Andy Shevchenko Reviewed-by: Peter Hurley Cc: linux-kernel@i4.cs.fau.de Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_hp300.c b/drivers/tty/serial/8250/8250_hp300.c index 2891958cd842..5e1b464b9e3b 100644 --- a/drivers/tty/serial/8250/8250_hp300.c +++ b/drivers/tty/serial/8250/8250_hp300.c @@ -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 */ };