diff options
author | Jeff Garzik <jeff@garzik.org> | 2008-03-25 23:53:24 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-03-25 23:53:24 -0400 |
commit | f0c88f9c45f39acd017328515890481adcb32607 (patch) | |
tree | e9826b89e24b56bf49d309a49e2fc8ac33891687 /drivers/net/phy/marvell.c | |
parent | f6f4bfa3561a2d8e949cab0d28e0db6d2b13641d (diff) | |
download | linux-3.10-f0c88f9c45f39acd017328515890481adcb32607.tar.gz linux-3.10-f0c88f9c45f39acd017328515890481adcb32607.tar.bz2 linux-3.10-f0c88f9c45f39acd017328515890481adcb32607.zip |
netxen, phy/marvell, skge: minor checkpatch fixes
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/phy/marvell.c')
-rw-r--r-- | drivers/net/phy/marvell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index b5f4c28f6b7..33539917e9b 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c @@ -297,7 +297,7 @@ static int m88e1145_config_init(struct phy_device *phydev) /* marvell_read_status * * Generic status code does not detect Fiber correctly! - * Description: + * Description: * Check the link, then figure out the current state * by comparing what we advertise with what the link partner * advertises. Start by checking the gigabit possibilities, |