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:
Родитель
98624b53ee
Коммит
b642a2f931
|
@ -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 {
|
||||||
};
|
};
|
||||||
|
|
||||||
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 {
|
||||||
};
|
};
|
||||||
|
|
||||||
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 *);
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче