]> git.baikalelectronics.ru Git - kernel.git/commitdiff
staging: qlge: qlge.h: remove excess newlines
authorPayal Kshirsagar <payalskshirsagar1234@gmail.com>
Mon, 9 Mar 2020 16:27:28 +0000 (21:57 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Mar 2020 09:15:22 +0000 (10:15 +0100)
Blank lines aren't necessary after an open brace '{'.

Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
Link: https://lore.kernel.org/r/20200309162728.4342-4-payalskshirsagar1234@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/qlge/qlge.h

index 4ef8dae3d7a008965f910ac3325a1b106ba0d8f0..fc8c5ca8935dcc38684505ca3bda48b5f7ba342c 100644 (file)
@@ -119,7 +119,6 @@ enum {
  * Processor Address Register (PROC_ADDR) bit definitions.
  */
 enum {
-
        /* Misc. stuff */
        MAILBOX_COUNT = 16,
        MAILBOX_TIMEOUT = 5,
@@ -1762,7 +1761,6 @@ struct ql_nic_misc {
 };
 
 struct ql_reg_dump {
-
        /* segment 0 */
        struct mpi_coredump_global_header mpi_global_header;
 
@@ -2059,7 +2057,6 @@ enum {
 };
 
 struct nic_operations {
-
        int (*get_flash) (struct ql_adapter *);
        int (*port_initialize) (struct ql_adapter *);
 };