linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rts5208: add empty line in general.c
@ 2021-03-15 11:12 Hao Peng
  2021-03-16 11:38 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Hao Peng @ 2021-03-15 11:12 UTC (permalink / raw)
  To: gregkh, ross.schm.dev, izabela.bakollari, penghaob; +Cc: devel, linux-kernel

Add one empty line upon return for easy reading.

Signed-off-by: Hao Peng <penghaob@uniontech.com>
---
 drivers/staging/rts5208/general.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/rts5208/general.c b/drivers/staging/rts5208/general.c
index 0f912b011064..1ddfbc5aecb7 100644
--- a/drivers/staging/rts5208/general.c
+++ b/drivers/staging/rts5208/general.c
@@ -20,6 +20,7 @@ int bit1cnt_long(u32 data)
 			cnt++;
 		data >>= 1;
 	}
+
 	return cnt;
 }
 
-- 
2.20.1




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

* Re: [PATCH] staging: rts5208: add empty line in general.c
  2021-03-15 11:12 [PATCH] staging: rts5208: add empty line in general.c Hao Peng
@ 2021-03-16 11:38 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2021-03-16 11:38 UTC (permalink / raw)
  To: Hao Peng; +Cc: ross.schm.dev, izabela.bakollari, devel, linux-kernel

On Mon, Mar 15, 2021 at 07:12:20PM +0800, Hao Peng wrote:
> Add one empty line upon return for easy reading.

Why?  Is this really needed?


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

end of thread, other threads:[~2021-03-16 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 11:12 [PATCH] staging: rts5208: add empty line in general.c Hao Peng
2021-03-16 11:38 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).