staging: qlge: qlge.h: remove excess newlines

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>
This commit is contained in:
Payal Kshirsagar 2020-03-09 21:57:28 +05:30 коммит произвёл Greg Kroah-Hartman
Родитель 98624b53ee
Коммит b642a2f931
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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 *);
};