summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/falcon_xmac.c
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2012-01-05 17:19:45 (GMT)
committerBen Hutchings <bhutchings@solarflare.com>2012-01-05 18:44:49 (GMT)
commit9c636baf8518d0f986004b40669b75506459beac (patch)
treecc2be296a29989f6a87e0bd677b228bb44ae0263 /drivers/net/ethernet/sfc/falcon_xmac.c
parent1d5783030a14d1b6ee763f63c8136e581f48b365 (diff)
downloadlinux-fsl-qoriq-9c636baf8518d0f986004b40669b75506459beac.tar.xz
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/falcon_xmac.c')
-rw-r--r--drivers/net/ethernet/sfc/falcon_xmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/falcon_xmac.c b/drivers/net/ethernet/sfc/falcon_xmac.c
index 9516452..5743459 100644
--- a/drivers/net/ethernet/sfc/falcon_xmac.c
+++ b/drivers/net/ethernet/sfc/falcon_xmac.c
@@ -139,7 +139,7 @@ static bool falcon_xmac_link_ok(struct efx_nic *efx)
return (efx->loopback_mode == LOOPBACK_XGMII ||
falcon_xgxs_link_ok(efx)) &&
(!(efx->mdio.mmds & (1 << MDIO_MMD_PHYXS)) ||
- LOOPBACK_INTERNAL(efx) ||
+ LOOPBACK_INTERNAL(efx) ||
efx_mdio_phyxgxs_lane_sync(efx));
}