This patch fixes the error: open brace '{'
following struct go on the same line.
Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/*
* Per-board information
*/
-struct board_t
-{
+struct board_t {
int magic; /* Board Magic number. */
int boardnum; /* Board number: 0-32 */
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 */