Skip to content

Commit

Permalink
Revert "Fix typo: configuation => configuration" partially
Browse files Browse the repository at this point in the history
This is a partial revert of 0b1974d ("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>
  • Loading branch information
Jiri Kosina committed Sep 24, 2010
1 parent ed9f524 commit 45798c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/bnx2x/bnx2x_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -3735,7 +3735,7 @@ static u8 bnx2x_ext_phy_init(struct link_params *params, struct link_vars *vars)
/* Clear first 3 bits of the control */
val &= ~0x7;
/* Set control bits according to
configuration */
configuation */
val |= (params->xgxs_config_rx[i] &
0x7);
DP(NETIF_MSG_LINK, "Setting RX"
Expand Down

0 comments on commit 45798c2

Please sign in to comment.