mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
drivers/net/ixgb: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
f07b2e403b
commit
8c5863a406
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user