Add missing newline to an error message.
MFC after: 3 days
This commit is contained in:
parent
0d93965f43
commit
c086e3d1b7
@ -2939,7 +2939,7 @@ alloc_eq(struct adapter *sc, struct port_info *pi, struct sge_eq *eq)
|
||||
}
|
||||
if (rc != 0) {
|
||||
device_printf(sc->dev,
|
||||
"failed to allocate egress queue(%d): %d",
|
||||
"failed to allocate egress queue(%d): %d\n",
|
||||
eq->flags & EQ_TYPEMASK, rc);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user