|
@@ -573,7 +573,7 @@ il3945_hdl_rx(struct il_priv *il, struct il_rx_buf *rxb)
|
|
|
rx_status.flag |= RX_FLAG_SHORTPRE;
|
|
|
|
|
|
if ((unlikely(rx_stats->phy_count > 20))) {
|
|
|
- D_DROP("dsp size out of range [0,20]: %d/n",
|
|
|
+ D_DROP("dsp size out of range [0,20]: %d\n",
|
|
|
rx_stats->phy_count);
|
|
|
return;
|
|
|
}
|