All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: vt6655: Fix coding style issues
@ 2018-10-06 11:24 Mamta Shukla
  2018-10-06 11:26 ` [PATCH v2 1/3] staging: vt6655: Add blank line after function/struct/union/enum declarations Mamta Shukla
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mamta Shukla @ 2018-10-06 11:24 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: forest, gregkh

This patch series fixes checkpatch issues such as:
-Add blank line after function/struct/union/enum declarations
-Add spaces around '*','-'
-Remove unnecessary space after cast to conform kernel coding style.

change in v2:
-Merge patch 2 and patch 3 as it solves same coding issue. 


Mamta Shukla (3):
  staging: vt6655: Add blank line after function/struct/union/enum declarations
  staging: vt6655: Add spaces around operators
  staging: vt6655: Remove space after cast

 drivers/staging/vt6655/rxtx.c | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2018-10-06 17:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-06 11:24 [PATCH v2 0/3] staging: vt6655: Fix coding style issues Mamta Shukla
2018-10-06 11:26 ` [PATCH v2 1/3] staging: vt6655: Add blank line after function/struct/union/enum declarations Mamta Shukla
2018-10-06 17:50   ` [Outreachy kernel] " Himanshu Jha
2018-10-06 11:30 ` [PATCH v2 2/3] staging: vt6655: Add spaces around operators Mamta Shukla
2018-10-06 17:50   ` [Outreachy kernel] " Himanshu Jha
2018-10-06 11:31 ` [PATCH v2 3/3] staging: vt6655: Remove space after cast Mamta Shukla
2018-10-06 17:50   ` [Outreachy kernel] " Himanshu Jha

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.