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/nic.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/nic.c')
-rw-r--r-- | drivers/net/ethernet/sfc/nic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/nic.c b/drivers/net/ethernet/sfc/nic.c index 3edfbaf5f022..b1df2f39c8f0 100644 --- a/drivers/net/ethernet/sfc/nic.c +++ b/drivers/net/ethernet/sfc/nic.c | |||
@@ -1837,7 +1837,7 @@ struct efx_nic_reg_table { | |||
1837 | REGISTER_REVISION_ ## min_rev, REGISTER_REVISION_ ## max_rev, \ | 1837 | REGISTER_REVISION_ ## min_rev, REGISTER_REVISION_ ## max_rev, \ |
1838 | step, rows \ | 1838 | step, rows \ |
1839 | } | 1839 | } |
1840 | #define REGISTER_TABLE(name, min_rev, max_rev) \ | 1840 | #define REGISTER_TABLE(name, min_rev, max_rev) \ |
1841 | REGISTER_TABLE_DIMENSIONS( \ | 1841 | REGISTER_TABLE_DIMENSIONS( \ |
1842 | name, FR_ ## min_rev ## max_rev ## _ ## name, \ | 1842 | name, FR_ ## min_rev ## max_rev ## _ ## name, \ |
1843 | min_rev, max_rev, \ | 1843 | min_rev, max_rev, \ |