Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752188AbdHBIOH (ORCPT ); Wed, 2 Aug 2017 04:14:07 -0400 Received: from mailout02.webmailer.hosteurope.de ([80.237.138.58]:52800 "EHLO mailout02.webmailer.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295AbdHBIOE (ORCPT ); Wed, 2 Aug 2017 04:14:04 -0400 X-Squirrel-UserHash: EhVcX1pHQwdXWkQFBhENSgEKLlwACw== X-Squirrel-FromHash: UwFaC1lCF1E= Message-ID: In-Reply-To: <1501615919-31875-5-git-send-email-rishabhhardas@gmail.com> References: <1501615919-31875-1-git-send-email-rishabhhardas@gmail.com> <1501615919-31875-5-git-send-email-rishabhhardas@gmail.com> Date: Wed, 2 Aug 2017 10:14:02 +0200 Subject: Re: [PATCH 5/5] staging/pi433/rf69_enum.h:Removed Coding style issues from pi433_if.h and other dependencies arising from it. From: "Wolf Entwicklungen" To: "Rishabh Hardas" Cc: gregkh@linuxfoundation.org, linux@Wolf-Entwicklungen.de, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, "Rishabh Hardas" Reply-To: Marcus.Wolf@Wolf-Entwicklungen.de User-Agent: Host Europe Webmailer/1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Priority: 3 (Normal) Importance: Normal X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Status: not scanned, license restriction X-KLMS-AntiPhishing: not scanned, license restriction X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.721, bases: 2017/08/02 01:57:00 #10257287; khse: 2015-01-01 01:01:01 X-KLMS-AntiVirus-Status: Clean, skipped X-HE-Access: Yes X-bounce-key: webpack.hosteurope.de;marcus.wolf@wolf-entwicklungen.de;1501661642;1a359787; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1581 Lines: 85 Reviewed-by: Marcus Wolf Am Di, 1.08.2017, 21:31 schrieb Rishabh Hardas: > Signed-off-by: Rishabh Hardas > --- > 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 > > >