All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] staging: pi433: Rename camel case and other style issues
@ 2017-08-03 11:50 Rishabh Hardas
  2017-08-03 11:50 ` [PATCH v2 1/4] staging: pi433: Style fix - Correct long lines Rishabh Hardas
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Rishabh Hardas @ 2017-08-03 11:50 UTC (permalink / raw)
  To: gregkh
  Cc: linux, rjosephwright, colin.king, robsonde, devel, linux-kernel,
	Rishabh Hardas

Hi,

This series pf patches solves some of the coding style
issues. I have corrected long lines, changed comment style,
renamed enums and variables that were in camel case.

Tried to get zero erros and warnings on the pi433_if.h file.

Regards,
Rishabh Hardas

Rishabh Hardas (4):
  staging: pi433: Style fix - Correct long lines
  staging: pi433: Change Comments
  staging: pi433: Renaming Enums
  staging: pi433: Remove camel case variable names

 drivers/staging/pi433/pi433_if.c  |  4 +--
 drivers/staging/pi433/pi433_if.h  | 73 +++++++++++++++++++++------------------
 drivers/staging/pi433/rf69.c      | 26 +++++++-------
 drivers/staging/pi433/rf69.h      | 26 +++++++-------
 drivers/staging/pi433/rf69_enum.h | 16 ++++-----
 5 files changed, 76 insertions(+), 69 deletions(-)

--
1.9.1

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

end of thread, other threads:[~2017-08-22 10:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03 11:50 [PATCH v2 0/4] staging: pi433: Rename camel case and other style issues Rishabh Hardas
2017-08-03 11:50 ` [PATCH v2 1/4] staging: pi433: Style fix - Correct long lines Rishabh Hardas
2017-08-15  0:42   ` Greg KH
2017-08-16  7:31   ` Dan Carpenter
2017-08-20  4:47     ` Joe Perches
2017-08-22  9:27       ` Rishabh Hardas
2017-08-22 10:03         ` Dan Carpenter
2017-08-22 10:29           ` Marcus Wolf
2017-08-22 10:43             ` Dan Carpenter
2017-08-03 11:50 ` [PATCH v2 2/4] staging: pi433: Change Comments Rishabh Hardas
2017-08-16  7:35   ` Dan Carpenter
2017-08-03 11:50 ` [PATCH v2 3/4] staging: pi433: Renaming Enums Rishabh Hardas
2017-08-16  7:34   ` Dan Carpenter
2017-08-03 11:50 ` [PATCH v2 4/4] staging: pi433: Remove camel case variable names Rishabh Hardas

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.