e1000e: Cleanup checkpatch extra space

Fixing "WARNING:SPACING: Unnecessary space before function pointer arguments"

Signed-off-by: Dave Ertman <davidx.m.ertman@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
David Ertman 2014-04-07 23:11:09 +00:00 committed by Jeff Kirsher
parent 6cf08d1c50
commit b56083ea69
1 changed files with 4 additions and 4 deletions

View File

@ -265,10 +265,10 @@ struct e1000_adapter {
u32 tx_hwtstamp_timeouts; u32 tx_hwtstamp_timeouts;
/* Rx */ /* Rx */
bool (*clean_rx) (struct e1000_ring *ring, int *work_done, bool (*clean_rx)(struct e1000_ring *ring, int *work_done,
int work_to_do) ____cacheline_aligned_in_smp; int work_to_do) ____cacheline_aligned_in_smp;
void (*alloc_rx_buf) (struct e1000_ring *ring, int cleaned_count, void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count,
gfp_t gfp); gfp_t gfp);
struct e1000_ring *rx_ring; struct e1000_ring *rx_ring;
u32 rx_int_delay; u32 rx_int_delay;