[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180728090217.GA19065@zenus>
Date: Sat, 28 Jul 2018 14:32:21 +0530
From: Sohil Ladhani <supertakumi86@...il.com>
To: davem@...emloft.net
Cc: nic_swsd@...ltek.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Sohil Ladhani <supertakumi86@...il.com>
Subject: [PATCH] net: ethernet: realtek: r8169: Add spaces after commas
coding style issue
Fixed a coding style issue
Signed-off-by: Sohil Ladhani <supertakumi86@...il.com>
---
drivers/net/ethernet/realtek/r8169.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index f4cae2be0fda..e4754f336c34 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -61,7 +61,7 @@
#define assert(expr) \
if (!(expr)) { \
printk( "Assertion failed! %s,%s,%s,line=%d\n", \
- #expr,__FILE__,__func__,__LINE__); \
+ #expr, __FILE__, __func__, __LINE__); \
}
#define dprintk(fmt, args...) \
do { printk(KERN_DEBUG PFX fmt, ## args); } while (0)
--
2.18.0
Powered by blists - more mailing lists