All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Himadri Pandya <himadri18.07@gmail.com>
Cc: Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com,
	outreachy-kernel@googlegroups.com
Subject: Re: [PATCH 3/3] staging: rtl8712: rename bSuspended to suspended
Date: Fri, 1 Mar 2019 09:03:08 +0100	[thread overview]
Message-ID: <20190301080308.GG13643@kroah.com> (raw)
In-Reply-To: <20190301051505.55407-3-himadri18.07@gmail.com>

On Fri, Mar 01, 2019 at 10:45:05AM +0530, Himadri Pandya wrote:
> Fix checkpatch.pl warning: Avoid CamelCase by renaming struct variable
> bSuspended to suspended.
> 
> Signed-off-by: Himadri Pandya <himadri18.07@gmail.com>
> ---
>  drivers/staging/rtl8712/drv_types.h     | 2 +-
>  drivers/staging/rtl8712/usb_intf.c      | 4 ++--
>  drivers/staging/rtl8712/usb_ops_linux.c | 2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
> index ac00aa64c7bf..855d22603420 100644
> --- a/drivers/staging/rtl8712/drv_types.h
> +++ b/drivers/staging/rtl8712/drv_types.h
> @@ -147,7 +147,7 @@ struct _adapter {
>  	struct mp_priv  mppriv;
>  	s32	driver_stopped;
>  	s32	surprise_removed;
> -	s32	bSuspended;
> +	s32	suspended;

And here as well, 'bool'.

thanks,

greg k-h


  reply	other threads:[~2019-03-01  8:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-01  5:15 [PATCH 1/3] staging: rtl8712: rename bDriverStopped to driver_stopped Himadri Pandya
2019-03-01  5:15 ` [PATCH 2/3] staging: rtl8712: rename bSurpriseRemoved to surprise_removed Himadri Pandya
2019-03-01  8:02   ` Greg KH
2019-03-01  5:15 ` [PATCH 3/3] staging: rtl8712: rename bSuspended to suspended Himadri Pandya
2019-03-01  8:03   ` Greg KH [this message]
2019-03-01  6:59 ` [Outreachy kernel] [PATCH 1/3] staging: rtl8712: rename bDriverStopped to driver_stopped Julia Lawall
2019-03-01 10:23   ` Himadri Pandya
2019-03-01  8:02 ` Greg KH
2019-03-01 10:33 ` [PATCH v2 0/3] rename variables of struct _adapter and change Himadri Pandya
2019-03-01 10:48 ` [PATCH v2 0/3] fix checkpatch warning: Avoid CamelCase Himadri Pandya
2019-03-01 10:48   ` [PATCH v2 1/3] staging: rtl8712: rename bDriverStopped to driver_stopped Himadri Pandya
2019-03-01 10:48   ` [PATCH v2 2/3] staging: rtl8712: rename bSurpriseRemoved to surprise_removed Himadri Pandya
2019-03-01 10:48   ` [PATCH v2 3/3] staging: rtl8712: rename bSuspended to suspended Himadri Pandya
2019-03-01 11:30     ` [Outreachy kernel] " Julia Lawall
2019-03-01 11:31   ` [Outreachy kernel] [PATCH v2 0/3] fix checkpatch warning: Avoid CamelCase Julia Lawall
2019-03-03  8:03   ` Himadri Pandya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190301080308.GG13643@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=Larry.Finger@lwfinger.net \
    --cc=florian.c.schilhabel@googlemail.com \
    --cc=himadri18.07@gmail.com \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.