[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171203151726.16639-1-simon@nikanor.nu>
Date: Sun, 3 Dec 2017 16:17:20 +0100
From: Simon Sandström <simon@...anor.nu>
To: gregkh@...uxfoundation.org
Cc: linux@...f-Entwicklungen.de, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/6] Fix indentation and CamelCase issues in staging/pi433
These patches fixes a bunch of code style issues in staging/pi433. The
first patch fixes indentation in rf69_enum.h and the rest of the patches
fixes CamelCase issues in all of staging/pi433.
In total the patches get rids of around 140 warnings generated by
checkpatch.pl.
- Simon
---
Simon Sandström (6):
staging: pi433: Fix indentation in rf69_enum.h
staging: pi433: Capitalize constant definitions
staging: pi433: Rename variable in struct pi433_rx_cfg
staging: pi433: Rename enum optionOnOff in rf69_enum.h
staging: pi433: Rename enum dataMode in rf69_enum.h
staging: pi433: Rename enum modShaping in rf69_enum.h
drivers/staging/pi433/pi433_if.c | 72 +++++------
drivers/staging/pi433/pi433_if.h | 20 ++--
drivers/staging/pi433/rf69.c | 76 ++++++------
drivers/staging/pi433/rf69.h | 19 +--
drivers/staging/pi433/rf69_enum.h | 213 ++++++++++++++++-----------------
drivers/staging/pi433/rf69_registers.h | 44 +++----
6 files changed, 227 insertions(+), 217 deletions(-)
--
2.11.0
Powered by blists - more mailing lists