[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4352381.cEBGB3zze1@iron-maiden>
Date: Thu, 08 Jul 2021 13:48:24 -0400
From: Carlos Bilbao <bilbao@...edu>
To: davem@...emloft.net, Joe Perches <joe@...ches.com>
Cc: kuba@...nel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, andrew@...n.ch,
gregkh@...uxfoundation.org
Subject: [PATCH net-next v2] drivers: ethernet: tulip: Fix indentation of printk
Fix indentation of printk that starts at the beginning of the line and does
not have a KERN_<LEVEL>.
Signed-off-by: Carlos Bilbao <bilbao@...edu>
---
drivers/net/ethernet/dec/tulip/de4x5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/dec/tulip/de4x5.c b/drivers/net/ethernet/dec/tulip/de4x5.c
index b125d7faefdf..0d8ddfdd5c09 100644
--- a/drivers/net/ethernet/dec/tulip/de4x5.c
+++ b/drivers/net/ethernet/dec/tulip/de4x5.c
@@ -3169,7 +3169,7 @@ dc2114x_autoconf(struct net_device *dev)
default:
lp->tcount++;
-printk("Huh?: media:%02x\n", lp->media);
+ printk(KERN_NOTICE "Huh?: media:%02x\n", lp->media);
lp->media = INIT;
break;
}
--
2.25.1
Powered by blists - more mailing lists