On Tue, 2017-05-23 at 06:19 -0700, Dupuis, Chad wrote: > if (lport->port_id != ntoh24(fh->fh_d_id) && !vn_port) { > - QEDF_ERR(&(qedf->dbg_ctx), "Dropping frame due to " > - "destination mismatch: lport->port_id=%x " > - "fh->d_id=%x.\n", > + QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_LL2, > + "Dropping frame due to destination mismatch: " > + "lport->port_id=%x fh->d_id=%x.\n", > lport->port_id, ntoh24(fh->fh_d_id)); > kfree_skb(skb); > return; Hello Chad, Please consider to keep the above error message on a single line. Thanks, Bart.