diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-09-24 08:07:23 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-09-24 08:07:23 -0400 |
commit | 45798c28b43d06d371df2e26e4a143c6f1428c6d (patch) | |
tree | beff29cc537c493e09b26b01eab4d95ee5daace8 | |
parent | ed9f524ac79457f0c547c85746b19b92526be612 (diff) |
Revert "Fix typo: configuation => configuration" partially
This is a partial revert of 0b1974de66f ("Fix typo: configuation
=> configuration") as this hunk is removed in net-next.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/net/bnx2x/bnx2x_link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x/bnx2x_link.c b/drivers/net/bnx2x/bnx2x_link.c index c2146e78d6b1..0383e3066313 100644 --- a/drivers/net/bnx2x/bnx2x_link.c +++ b/drivers/net/bnx2x/bnx2x_link.c | |||
@@ -3735,7 +3735,7 @@ static u8 bnx2x_ext_phy_init(struct link_params *params, struct link_vars *vars) | |||
3735 | /* Clear first 3 bits of the control */ | 3735 | /* Clear first 3 bits of the control */ |
3736 | val &= ~0x7; | 3736 | val &= ~0x7; |
3737 | /* Set control bits according to | 3737 | /* Set control bits according to |
3738 | configuration */ | 3738 | configuation */ |
3739 | val |= (params->xgxs_config_rx[i] & | 3739 | val |= (params->xgxs_config_rx[i] & |
3740 | 0x7); | 3740 | 0x7); |
3741 | DP(NETIF_MSG_LINK, "Setting RX" | 3741 | DP(NETIF_MSG_LINK, "Setting RX" |