Commit b642a2f9 authored by Payal Kshirsagar's avatar Payal Kshirsagar Committed by Greg Kroah-Hartman

staging: qlge: qlge.h: remove excess newlines

Blank lines aren't necessary after an open brace '{'.
Signed-off-by: default avatarPayal Kshirsagar <payalskshirsagar1234@gmail.com>
Link: https://lore.kernel.org/r/20200309162728.4342-4-payalskshirsagar1234@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 98624b53
...@@ -119,7 +119,6 @@ enum { ...@@ -119,7 +119,6 @@ enum {
* Processor Address Register (PROC_ADDR) bit definitions. * Processor Address Register (PROC_ADDR) bit definitions.
*/ */
enum { enum {
/* Misc. stuff */ /* Misc. stuff */
MAILBOX_COUNT = 16, MAILBOX_COUNT = 16,
MAILBOX_TIMEOUT = 5, MAILBOX_TIMEOUT = 5,
...@@ -1762,7 +1761,6 @@ struct ql_nic_misc { ...@@ -1762,7 +1761,6 @@ struct ql_nic_misc {
}; };
struct ql_reg_dump { struct ql_reg_dump {
/* segment 0 */ /* segment 0 */
struct mpi_coredump_global_header mpi_global_header; struct mpi_coredump_global_header mpi_global_header;
...@@ -2059,7 +2057,6 @@ enum { ...@@ -2059,7 +2057,6 @@ enum {
}; };
struct nic_operations { struct nic_operations {
int (*get_flash) (struct ql_adapter *); int (*get_flash) (struct ql_adapter *);
int (*port_initialize) (struct ql_adapter *); int (*port_initialize) (struct ql_adapter *);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment