diff options
author | Jeff Garzik <jeff@garzik.org> | 2008-05-13 01:41:58 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-13 01:41:58 -0400 |
commit | 7d2e3cb7000b883a8e489485ac249be572fe17b1 (patch) | |
tree | 91bb398cc72e37e5a515b39ca5ade0ac53972b6c /drivers/net/qla3xxx.c | |
parent | 3f8cb098859bbea29d7b3765a3102e4a6bf81b85 (diff) |
[netdrvr] Trim trailing whitespace for several drivers
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/qla3xxx.c')
-rw-r--r-- | drivers/net/qla3xxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/qla3xxx.c b/drivers/net/qla3xxx.c index b7f7b2227d56..5f608780c3e8 100644 --- a/drivers/net/qla3xxx.c +++ b/drivers/net/qla3xxx.c | |||
@@ -1437,9 +1437,9 @@ static void ql_phy_start_neg_ex(struct ql3_adapter *qdev) | |||
1437 | reg &= ~PHY_GIG_ALL_PARAMS; | 1437 | reg &= ~PHY_GIG_ALL_PARAMS; |
1438 | 1438 | ||
1439 | if(portConfiguration & PORT_CONFIG_1000MB_SPEED) { | 1439 | if(portConfiguration & PORT_CONFIG_1000MB_SPEED) { |
1440 | if(portConfiguration & PORT_CONFIG_FULL_DUPLEX_ENABLED) | 1440 | if(portConfiguration & PORT_CONFIG_FULL_DUPLEX_ENABLED) |
1441 | reg |= PHY_GIG_ADV_1000F; | 1441 | reg |= PHY_GIG_ADV_1000F; |
1442 | else | 1442 | else |
1443 | reg |= PHY_GIG_ADV_1000H; | 1443 | reg |= PHY_GIG_ADV_1000H; |
1444 | } | 1444 | } |
1445 | 1445 | ||