mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] qlge.h: Adding the missing blank line after declarations
@ 2020-06-27  6:07 B K Karthik
  2020-06-27  7:05 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: B K Karthik @ 2020-06-27  6:07 UTC (permalink / raw)
  To: Manish Chopra, GR-Linux-NIC-Dev, Greg Kroah-Hartman, netdev,
	devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

Signed-off-by: B K Karthik <karthik.bk2000@live.com>
---
 drivers/staging/qlge/qlge.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/qlge/qlge.h b/drivers/staging/qlge/qlge.h
index fc8c5ca8935d..0b971a633001 100644
--- a/drivers/staging/qlge/qlge.h
+++ b/drivers/staging/qlge/qlge.h
@@ -2224,6 +2224,7 @@ static inline void ql_write_db_reg_relaxed(u32 val, void __iomem *addr)
 static inline u32 ql_read_sh_reg(__le32  *addr)
 {
 	u32 reg;
+
 	reg =  le32_to_cpu(*addr);
 	rmb();
 	return reg;
-- 
2.20.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-27  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-27  6:07 [PATCH] qlge.h: Adding the missing blank line after declarations B K Karthik
2020-06-27  7:05 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®