projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf08d1
)
e1000e: Cleanup checkpatch extra space
author
David Ertman
<
[email protected]
>
Mon, 7 Apr 2014 23:11:09 +0000
(23:11 +0000)
committer
Jeff Kirsher
<
[email protected]
>
Wed, 23 Apr 2014 08:07:39 +0000
(
01:07
-0700)
Fixing "WARNING:SPACING: Unnecessary space before function pointer arguments"
Signed-off-by: Dave Ertman <
[email protected]
>
Tested-by: Aaron Brown <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/e1000e/e1000.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/e1000e/e1000.h
b/drivers/net/ethernet/intel/e1000e/e1000.h
index 1471c5464a89e72d87aa571d4a1b15d791a3f015..e27e60910949c95a5217cad20bfc722e35527cc5 100644
(file)
--- a/
drivers/net/ethernet/intel/e1000e/e1000.h
+++ b/
drivers/net/ethernet/intel/e1000e/e1000.h
@@
-265,10
+265,10
@@
struct e1000_adapter {
u32 tx_hwtstamp_timeouts;
/* Rx */
- bool (*clean_rx)
(struct e1000_ring *ring, int *work_done,
-
int work_to_do) ____cacheline_aligned_in_smp;
- void (*alloc_rx_buf)
(struct e1000_ring *ring, int cleaned_count,
-
gfp_t gfp);
+ bool (*clean_rx)(struct e1000_ring *ring, int *work_done,
+ int work_to_do) ____cacheline_aligned_in_smp;
+ void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count,
+ gfp_t gfp);
struct e1000_ring *rx_ring;
u32 rx_int_delay;