All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix line over 80 characters warnings
@ 2019-10-15  3:12 Jamal Shareef
  2019-10-15  3:12 ` [PATCH 1/2] staging: sm750fb: Fix lines over 80 characters Jamal Shareef
  2019-10-15  3:12 ` [PATCH 2/2] staging: sm750fb: Fix comments and assignments over 80 chars Jamal Shareef
  0 siblings, 2 replies; 4+ messages in thread
From: Jamal Shareef @ 2019-10-15  3:12 UTC (permalink / raw)
  To: boqun.feng, andrea.parri
  Cc: sudipm.mukherjee, teddy.wang, gregkh, outreachy-kernel,
	jamal.k.shareef

This patchset addresses "line over 80 characters" warnings from
checkpatch.

The patches were split mainly for ease of review, however
 - Patch 1 fixes mainly function calls exceeding the 80 character limit
 - Patch 2 fixes block comments and variables over the limit

Jamal Shareef (2):
  staging: sm750fb: Fix lines over 80 characters
  staging: sm750fb: Fix comments and assignments over 80 chars

 drivers/staging/sm750fb/ddk750_display.c |  4 +-
 drivers/staging/sm750fb/ddk750_mode.c    |  5 +-
 drivers/staging/sm750fb/ddk750_sii164.c  | 28 ++++++----
 drivers/staging/sm750fb/ddk750_sii164.h  | 11 ++--
 drivers/staging/sm750fb/sm750.c          | 22 +++++---
 drivers/staging/sm750fb/sm750_accel.c    | 69 ++++++++++++++++++------
 drivers/staging/sm750fb/sm750_accel.h    | 51 ++++++++++++++----
 7 files changed, 139 insertions(+), 51 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2019-10-15 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15  3:12 [PATCH 0/2] Fix line over 80 characters warnings Jamal Shareef
2019-10-15  3:12 ` [PATCH 1/2] staging: sm750fb: Fix lines over 80 characters Jamal Shareef
2019-10-15  3:12 ` [PATCH 2/2] staging: sm750fb: Fix comments and assignments over 80 chars Jamal Shareef
2019-10-15 16:44   ` [Outreachy kernel] " Greg KH

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.