diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 07:57:36 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 14:10:38 -0700 |
commit | 2381a55c88453d3f29fe62d235579a05fc20b7b3 (patch) | |
tree | b962ee6d3f5260622504433ef6a485703d3da8dd /drivers/net/dnet.c | |
parent | d6dbee861386cd3f4cee62bcf28597e63e251e0c (diff) | |
download | linux-3.10-2381a55c88453d3f29fe62d235579a05fc20b7b3.tar.gz linux-3.10-2381a55c88453d3f29fe62d235579a05fc20b7b3.tar.bz2 linux-3.10-2381a55c88453d3f29fe62d235579a05fc20b7b3.zip |
net/various: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dnet.c')
-rw-r--r-- | drivers/net/dnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dnet.c b/drivers/net/dnet.c index 234685213f1..d51a83e6958 100644 --- a/drivers/net/dnet.c +++ b/drivers/net/dnet.c @@ -918,7 +918,7 @@ static int __devinit dnet_probe(struct platform_device *pdev) dev_info(&pdev->dev, "Dave DNET at 0x%p (0x%08x) irq %d %pM\n", bp->regs, mem_base, dev->irq, dev->dev_addr); - dev_info(&pdev->dev, "has %smdio, %sirq, %sgigabit, %sdma \n", + dev_info(&pdev->dev, "has %smdio, %sirq, %sgigabit, %sdma\n", (bp->capabilities & DNET_HAS_MDIO) ? "" : "no ", (bp->capabilities & DNET_HAS_IRQ) ? "" : "no ", (bp->capabilities & DNET_HAS_GIGABIT) ? "" : "no ", |