diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-01-05 12:19:45 -0500 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2012-01-05 13:44:49 -0500 |
commit | 9c636baf8518d0f986004b40669b75506459beac (patch) | |
tree | cc2be296a29989f6a87e0bd677b228bb44ae0263 /drivers/net/ethernet/sfc/ethtool.c | |
parent | 1d5783030a14d1b6ee763f63c8136e581f48b365 (diff) |
sfc: Fix some formatting errors reported by checkpatch
Fix the following errors and warnings:
ERROR: trailing whitespace
ERROR: spaces required around that '=' (ctx:VxV)
WARNING: please, no space before tabs
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet/sfc/ethtool.c')
-rw-r--r-- | drivers/net/ethernet/sfc/ethtool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/sfc/ethtool.c b/drivers/net/ethernet/sfc/ethtool.c index 29b2ebfef19f..c090de4e66c3 100644 --- a/drivers/net/ethernet/sfc/ethtool.c +++ b/drivers/net/ethernet/sfc/ethtool.c | |||
@@ -68,11 +68,11 @@ static u64 efx_get_atomic_stat(void *field) | |||
68 | } | 68 | } |
69 | 69 | ||
70 | #define EFX_ETHTOOL_ULONG_MAC_STAT(field) \ | 70 | #define EFX_ETHTOOL_ULONG_MAC_STAT(field) \ |
71 | EFX_ETHTOOL_STAT(field, mac_stats, field, \ | 71 | EFX_ETHTOOL_STAT(field, mac_stats, field, \ |
72 | unsigned long, efx_get_ulong_stat) | 72 | unsigned long, efx_get_ulong_stat) |
73 | 73 | ||
74 | #define EFX_ETHTOOL_U64_MAC_STAT(field) \ | 74 | #define EFX_ETHTOOL_U64_MAC_STAT(field) \ |
75 | EFX_ETHTOOL_STAT(field, mac_stats, field, \ | 75 | EFX_ETHTOOL_STAT(field, mac_stats, field, \ |
76 | u64, efx_get_u64_stat) | 76 | u64, efx_get_u64_stat) |
77 | 77 | ||
78 | #define EFX_ETHTOOL_UINT_NIC_STAT(name) \ | 78 | #define EFX_ETHTOOL_UINT_NIC_STAT(name) \ |