Skip to content

Commit 6e6583c

Browse files
madalinbucurdavem330
authored andcommitted
dpaa_eth: add newline in dev_err() msg
Newline was missing at the end of the error message. Signed-off-by: Madalin Bucur <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2579bce commit 6e6583c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/freescale/dpaa/dpaa_eth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ static void dpaa_fq_setup(struct dpaa_priv *priv,
901901

902902
if (num_portals == 0)
903903
dev_err(priv->net_dev->dev.parent,
904-
"No Qman software (affine) channels found");
904+
"No Qman software (affine) channels found\n");
905905

906906
/* Initialize each FQ in the list */
907907
list_for_each_entry(fq, &priv->dpaa_fq_list, list) {

0 commit comments

Comments
 (0)