Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1712735 > unrolled thread

Re: [PATCH v2 3/4] staging: pi433: Renaming Enums

Started byDan Carpenter <dan.carpenter@oracle.com>
First post2017-08-16 09:40 +0200
Last post2017-08-16 09:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2 3/4] staging: pi433: Renaming Enums Dan Carpenter <dan.carpenter@oracle.com> - 2017-08-16 09:40 +0200

#1712735 — Re: [PATCH v2 3/4] staging: pi433: Renaming Enums

FromDan Carpenter <dan.carpenter@oracle.com>
Date2017-08-16 09:40 +0200
SubjectRe: [PATCH v2 3/4] staging: pi433: Renaming Enums
Message-ID<uf15M-498-21@gated-at.bofh.it>
On Wed, Aug 16, 2017 at 10:53:20AM +0530, Rishabh Hardas wrote:
> Remove camel casing by renaming enums.
> 
> Signed-off-by: Rishabh Hardas <rishabhhardas@gmail.com>
> ---
>  drivers/staging/pi433/pi433_if.h  | 36 ++++++++++++++++--------------------
>  drivers/staging/pi433/rf69.c      | 26 +++++++++++++-------------
>  drivers/staging/pi433/rf69.h      | 26 +++++++++++++-------------
>  drivers/staging/pi433/rf69_enum.h | 16 ++++++++--------
>  4 files changed, 50 insertions(+), 54 deletions(-)
> 
> diff --git a/drivers/staging/pi433/pi433_if.h b/drivers/staging/pi433/pi433_if.h
> index 84032f3..2929de0 100644
> --- a/drivers/staging/pi433/pi433_if.h
> +++ b/drivers/staging/pi433/pi433_if.h
> @@ -62,21 +62,20 @@ struct pi433_tx_cfg {
>  	__u16			bit_rate;
>  	__u32			dev_frequency;
>  	enum modulation		modulation;
> -	enum modShaping		modShaping;
> +	enum mod_shaping		modShaping;

Now the names don't line up.

regards,
dan carpenter

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web