Messages in this thread |  | | From | Rishabh Hardas <> | Subject | [PATCH v2 0/4] staging: pi433: Rename camel case and other style issues | Date | Thu, 3 Aug 2017 17:20:42 +0530 |
| |
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
|  |