All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] staging: sm750fb: line over 80 characters
@ 2020-03-28 20:15 Gokce Kuler
  2020-03-30 10:01 ` [Outreachy kernel] " Stefano Brivio
  0 siblings, 1 reply; 2+ messages in thread
From: Gokce Kuler @ 2020-03-28 20:15 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

Convert a single line comment to a multiline comment to respect the 80
character rule.Problem found using checkpatch. 

Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
---
Changes in v2:
-Edited log message.
Changes in v1:
-Convert a single line comment to a multiline comment to respect the 80
character rule.
---
 drivers/staging/sm750fb/sm750.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c
index 8f305c9..092f1c6 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
@@ -711,7 +711,9 @@ static int sm750fb_set_drv(struct lynxfb_par *par)
 		} else {
 			output->paths = sm750_crt;
 			crtc->channel = sm750_primary;
-			/* not consider of padding stuffs for oScreen,need fix */
+			/* not consider of padding stuffs for oScreen,
+			 * need fix
+			 */
 			crtc->oScreen = sm750_dev->vidmem_size >> 1;
 			crtc->vScreen = sm750_dev->pvMem + crtc->oScreen;
 		}
-- 
2.7.4



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

* Re: [Outreachy kernel] [PATCH v2] staging: sm750fb: line over 80 characters
  2020-03-28 20:15 [PATCH v2] staging: sm750fb: line over 80 characters Gokce Kuler
@ 2020-03-30 10:01 ` Stefano Brivio
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Brivio @ 2020-03-30 10:01 UTC (permalink / raw)
  To: Gokce Kuler; +Cc: outreachy-kernel, gregkh

On Sat, 28 Mar 2020 23:15:13 +0300
Gokce Kuler <gokcekuler@gmail.com> wrote:

> Convert a single line comment to a multiline comment to respect the 80
> character rule.Problem found using checkpatch. 
> 
> Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
> ---
> Changes in v2:
> -Edited log message.
> Changes in v1:
> -Convert a single line comment to a multiline comment to respect the 80
> character rule.

Reviewed-by: Stefano Brivio <sbrivio@redhat.com>

-- 
Stefano



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

end of thread, other threads:[~2020-03-30 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-28 20:15 [PATCH v2] staging: sm750fb: line over 80 characters Gokce Kuler
2020-03-30 10:01 ` [Outreachy kernel] " Stefano Brivio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.