summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJoe Perches2007-11-20 02:48:23 +0100
committerDavid S. Miller2008-01-29 00:03:55 +0100
commit8c5863a406d6b7d92d84832d9b223aed6dff85de (patch)
tree29f4f325d227dba162e155e3bdd0db23726cdb05 /drivers
parentdrivers/net/cxgb3: Add missing "space" (diff)
downloadkernel-qcow2-linux-8c5863a406d6b7d92d84832d9b223aed6dff85de.tar.gz
kernel-qcow2-linux-8c5863a406d6b7d92d84832d9b223aed6dff85de.tar.xz
kernel-qcow2-linux-8c5863a406d6b7d92d84832d9b223aed6dff85de.zip
drivers/net/ixgb: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ixgbe/ixgbe_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_common.c b/drivers/net/ixgbe/ixgbe_common.c
index 9c10c0584edf..7fd6aeb1b021 100644
--- a/drivers/net/ixgbe/ixgbe_common.c
+++ b/drivers/net/ixgbe/ixgbe_common.c
@@ -954,7 +954,7 @@ s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num)
u32 rmcs_reg;
if (packetbuf_num < 0 || packetbuf_num > 7)
- hw_dbg(hw, "Invalid packet buffer number [%d], expected range"
+ hw_dbg(hw, "Invalid packet buffer number [%d], expected range "
"is 0-7\n", packetbuf_num);
frctl_reg = IXGBE_READ_REG(hw, IXGBE_FCTRL);