Skip to content

Commit

Permalink
drivers/net/ixgb: Add missing "space"
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Joe Perches authored and David S. Miller committed Jan 28, 2008
1 parent f07b2e4 commit 8c5863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ixgbe/ixgbe_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8c5863a

Please sign in to comment.