Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1701837
| From | "Wolf Entwicklungen" <Marcus.Wolf@Wolf-Entwicklungen.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 5/5] staging/pi433/rf69_enum.h:Removed Coding style issues from pi433_if.h and other dependencies arising from it. |
| Date | 2017-08-02 10:20 +0200 |
| Message-ID | <u9X2N-7mD-13@gated-at.bofh.it> (permalink) |
| References | <u9Lbj-89a-1@gated-at.bofh.it> <u9Lbk-89a-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Reviewed-by: Marcus Wolf <linux@wolf-entwicklungen.de>
Am Di, 1.08.2017, 21:31 schrieb Rishabh Hardas:
> Signed-off-by: Rishabh Hardas <rishabhhardas@gmail.com>
> ---
> drivers/staging/pi433/rf69_enum.h | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/staging/pi433/rf69_enum.h b/drivers/staging/pi433/rf69_enum.h
> index fbfb59b..f51eec3 100644
> --- a/drivers/staging/pi433/rf69_enum.h
> +++ b/drivers/staging/pi433/rf69_enum.h
> @@ -18,2 +18,2 @@
> #ifndef RF69_ENUM_H
> #define RF69_ENUM_H
>
> -enum optionOnOff
> +enum option_on_off
> {
> optionOff,
> optionOn
> @@ -46,2 +46,2 @@ enum modulation
> FSK
> };
>
> -enum modShaping
> +enum mod_shaping
> {
> shapingOff,
> shaping1_0,
> @@ -56,2 +56,2 @@ enum modShaping
> shaping2BR
> };
>
> -enum paRamp
> +enum pa_ramp
> {
> ramp3400,
> ramp2000,
> @@ -76,2 +76,2 @@ enum paRamp
> ramp10
> };
>
> -enum antennaImpedance
> +enum antenna_impedance
> {
> fiftyOhm,
> twohundretOhm
> };
>
> -enum lnaGain
> +enum lnagain
> {
> automatic,
> max,
> @@ -132,2 +132,2 @@ enum thresholdStep
> step_6_0db
> };
>
> -enum thresholdDecrement
> +enum threshold_decrement
> {
> dec_every8th,
> dec_every4th,
> @@ -177,2 +177,2 @@ enum packetFormat
> packetLengthVar
> };
>
> -enum txStartCondition
> +enum tx_start_condition
> {
> fifoLevel,
> fifoNotEmpty
> };
>
> -enum addressFiltering
> +enum address_filtering
> {
> filteringOff,
> nodeAddress,
> --
> 2.7.4
>
>
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/5] staging/pi433:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Rishabh Hardas <rishabhhardas@gmail.com> - 2017-08-01 21:40 +0200
[PATCH 4/5] staging/pi433/rf69.c:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Rishabh Hardas <rishabhhardas@gmail.com> - 2017-08-01 21:40 +0200
Re: [PATCH 4/5] staging/pi433/rf69.c:Removed Coding style issues from pi433_if.h and other dependencies arising from it. "Wolf Entwicklungen" <Marcus.Wolf@Wolf-Entwicklungen.de> - 2017-08-02 10:20 +0200
[PATCH 3/5] staging/pi433/rf69.h:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Rishabh Hardas <rishabhhardas@gmail.com> - 2017-08-01 21:40 +0200
Re: [PATCH 3/5] staging/pi433/rf69.h:Removed Coding style issues from pi433_if.h and other dependencies arising from it. "Wolf Entwicklungen" <Marcus.Wolf@Wolf-Entwicklungen.de> - 2017-08-02 10:20 +0200
[PATCH 2/5] staging/pi433/pi433_if.c:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Rishabh Hardas <rishabhhardas@gmail.com> - 2017-08-01 21:40 +0200
Re: [PATCH 2/5] staging/pi433/pi433_if.c:Removed Coding style issues from pi433_if.h and other dependencies arising from it. "Wolf Entwicklungen" <Marcus.Wolf@Wolf-Entwicklungen.de> - 2017-08-02 10:10 +0200
Re: [PATCH 2/5] staging/pi433/pi433_if.c:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Dan Carpenter <dan.carpenter@oracle.com> - 2017-08-02 10:30 +0200
[PATCH 5/5] staging/pi433/rf69_enum.h:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Rishabh Hardas <rishabhhardas@gmail.com> - 2017-08-01 21:40 +0200
Re: [PATCH 5/5] staging/pi433/rf69_enum.h:Removed Coding style issues from pi433_if.h and other dependencies arising from it. "Wolf Entwicklungen" <Marcus.Wolf@Wolf-Entwicklungen.de> - 2017-08-02 10:20 +0200
Re: [PATCH 1/5] staging/pi433:Removed Coding style issues from pi433_if.h and other dependencies arising from it. "Wolf Entwicklungen" <Marcus.Wolf@Wolf-Entwicklungen.de> - 2017-08-02 10:10 +0200
Re: [PATCH 1/5] staging/pi433:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Dan Carpenter <dan.carpenter@oracle.com> - 2017-08-02 10:40 +0200
Re: [PATCH 1/5] staging/pi433:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Marcus Wolf <marcus.wolf@wolf-entwicklungen.de> - 2017-08-02 11:00 +0200
Re: [PATCH 1/5] staging/pi433:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Dan Carpenter <dan.carpenter@oracle.com> - 2017-08-02 11:10 +0200
Re: [PATCH 1/5] staging/pi433:Removed Coding style issues from pi433_if.h and other dependencies arising from it. "Wolf Entwicklungen" <Marcus.Wolf@Wolf-Entwicklungen.de> - 2017-08-02 11:20 +0200
Re: [PATCH 1/5] staging/pi433:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Dan Carpenter <dan.carpenter@oracle.com> - 2017-08-02 11:40 +0200
Re: [PATCH 1/5] staging/pi433:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Dan Carpenter <dan.carpenter@oracle.com> - 2017-08-02 13:00 +0200
Re: [PATCH 1/5] staging/pi433:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Dan Carpenter <dan.carpenter@oracle.com> - 2017-08-02 10:20 +0200
Re: [PATCH 1/5] staging/pi433:Removed Coding style issues from pi433_if.h and other dependencies arising from it. Dan Carpenter <dan.carpenter@oracle.com> - 2017-08-02 10:30 +0200
csiph-web