diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-01-05 17:19:45 +0000 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2012-01-05 18:44:49 +0000 |
commit | 9c636baf8518d0f986004b40669b75506459beac (patch) | |
tree | cc2be296a29989f6a87e0bd677b228bb44ae0263 /drivers/net/ethernet/sfc/mcdi_mac.c | |
parent | 1d5783030a14d1b6ee763f63c8136e581f48b365 (diff) | |
download | blackbird-op-linux-9c636baf8518d0f986004b40669b75506459beac.tar.gz blackbird-op-linux-9c636baf8518d0f986004b40669b75506459beac.zip |
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/mcdi_mac.c')
-rw-r--r-- | drivers/net/ethernet/sfc/mcdi_mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/mcdi_mac.c b/drivers/net/ethernet/sfc/mcdi_mac.c index 50c20777a564..aa4052c500fa 100644 --- a/drivers/net/ethernet/sfc/mcdi_mac.c +++ b/drivers/net/ethernet/sfc/mcdi_mac.c @@ -141,5 +141,5 @@ static bool efx_mcdi_mac_check_fault(struct efx_nic *efx) const struct efx_mac_operations efx_mcdi_mac_operations = { .reconfigure = efx_mcdi_mac_reconfigure, .update_stats = efx_port_dummy_op_void, - .check_fault = efx_mcdi_mac_check_fault, + .check_fault = efx_mcdi_mac_check_fault, }; |