All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] fix multiple checkpatch warnings
@ 2017-03-13 16:17 Arushi Singhal
  2017-03-13 16:17 ` [PATCH v2 1/4] staging: sm750fb: function prototype argument should have an identifier name Arushi Singhal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Arushi Singhal @ 2017-03-13 16:17 UTC (permalink / raw)
  To: sudipm.mukherjee
  Cc: teddy.wang, outreachy-kernel, kirk, samuel.thibault, gregkh,
	speakup, devel, linux-kernel, Arushi Singhal

Fix multiple code styling warnings issued by checkpatch on files
in sm750fb driver 

Arushi Singhal (4):
  staging: sm750fb: function prototype argument should have an
    identifier name
  staging: sm750fb: fixes add blank line after
    function/struct/union/enum declarations
  staging: sm750fb: Alignment should match open parenthesis
  staging: sm750fb: Remove typedefs

 drivers/staging/sm750fb/ddk750_display.h |  2 +-
 drivers/staging/sm750fb/ddk750_mode.c    | 83 ++++++++++++++++----------------
 drivers/staging/sm750fb/ddk750_mode.h    | 20 ++++----
 drivers/staging/sm750fb/ddk750_power.h   |  2 +-
 drivers/staging/sm750fb/sm750.h          |  4 +-
 drivers/staging/sm750fb/sm750_cursor.c   |  3 ++
 drivers/staging/sm750fb/sm750_hw.c       |  2 +-
 7 files changed, 58 insertions(+), 58 deletions(-)

-- 
2.11.0



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

end of thread, other threads:[~2017-03-13 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-13 16:17 [PATCH v2 0/4] fix multiple checkpatch warnings Arushi Singhal
2017-03-13 16:17 ` [PATCH v2 1/4] staging: sm750fb: function prototype argument should have an identifier name Arushi Singhal
2017-03-13 16:17 ` [PATCH v2 2/4] staging: sm750fb: fixes add blank line after function/struct/union/enum declarations Arushi Singhal
2017-03-13 16:17 ` [PATCH v2 3/4] staging: sm750fb: Alignment should match open parenthesis Arushi Singhal
2017-03-13 16:18 ` [PATCH v2 4/4] staging: sm750fb: Remove typedefs Arushi Singhal

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.