Add missing newline to an error message.

MFC after:	3 days
This commit is contained in:
Navdeep Parhar 2014-07-22 19:48:21 +00:00
parent 0d93965f43
commit c086e3d1b7

View File

@ -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);
}