projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0a66c
)
staging: qlge: qlge.h: remove unnecessary spaces
author
Diego Bienz
<diego.bienz@gmail.com>
Tue, 30 Jun 2020 11:33:24 +0000
(13:33 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 1 Jul 2020 13:43:47 +0000
(15:43 +0200)
Spaces aren't necessary before function pointer arguments.
Signed-off-by: Diego Bienz <diego.bienz@gmail.com>
Link:
https://lore.kernel.org/r/20200630113324.GA10534@diegob-nb
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/qlge/qlge.h
patch
|
blob
|
history
diff --git
a/drivers/staging/qlge/qlge.h
b/drivers/staging/qlge/qlge.h
index fc8c5ca8935dcc38684505ca3bda48b5f7ba342c..05e4f47442a38003a98e4511f7f6250a63049696 100644
(file)
--- a/
drivers/staging/qlge/qlge.h
+++ b/
drivers/staging/qlge/qlge.h
@@
-2057,8
+2057,8
@@
enum {
};
struct nic_operations {
- int (*get_flash)
(struct ql_adapter *);
- int (*port_initialize)
(struct ql_adapter *);
+ int (*get_flash)(struct ql_adapter *);
+ int (*port_initialize)(struct ql_adapter *);
};
/*