All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH v3 9/9] staging: rtl8723bs: Fix indentation issue.
Date: Sat, 30 Mar 2019 20:38:20 +0100	[thread overview]
Message-ID: <20190330193820.GA9615@kroah.com> (raw)
In-Reply-To: <54ed2f9b66b51437d6285c614a3399cb1f7f1b14.1553964404.git.payal.s.kshirsagar.98@gmail.com>

On Sat, Mar 30, 2019 at 10:41:56PM +0530, Payal Kshirsagar wrote:
> To fix the indentation issue remove spaces and add tabs.
> 
> Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
> ---
>  drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
> index 68fac89..ec336a5 100644
> --- a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
> +++ b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
> @@ -961,9 +961,9 @@ static int rtw_wx_set_pmkid(struct net_device *dev,
>          if (pPMK->cmd == IW_PMKSA_ADD) {
>                  DBG_871X("[rtw_wx_set_pmkid] IW_PMKSA_ADD!\n");
>                  if (!memcmp(strIssueBssid, strZeroMacAddress, ETH_ALEN))
> -                    return intReturn;
> +			return intReturn;
>                  else
> -                    intReturn = true;
> +			intReturn = true;
>  
>  		blInserted = false;
>  

Please just fix up all of the formatting in this function.  The spaces
all need to be turned into tabs.

thanks,

greg k-h


  reply	other threads:[~2019-03-30 19:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-30 17:11 [Outreachy kernel] [PATCH v3 0/9] staging: rtl8723bs: Remove unnecessary parentheses Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 1/9] staging: rtl8723bs: hal: sdio_ops.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 2/9] staging: rtl8723bs: hal: rtl8723b_phycfg.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 3/9] staging: rtl8723bs: hal: hal_com.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 4/9] staging: rtl8723bs: hal: odm_HWConfig.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 5/9] staging: rtl8723bs: core: rtw_mlme.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 6/9] staging: rtl8723bs: core: rtw_wlan_util.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 7/9] staging: rtl8723bs: core: rtw_ieee80211.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 8/9] staging: rtl8723bs: os_dep: ioctl_linux.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 9/9] staging: rtl8723bs: Fix indentation issue Payal Kshirsagar
2019-03-30 19:38   ` Greg KH [this message]
2019-03-31  5:03     ` Payal Kshirsagar
2019-03-30 19:39 ` [Outreachy kernel] [PATCH v3 0/9] staging: rtl8723bs: Remove unnecessary parentheses Greg KH
2019-03-31  5:01   ` Payal Kshirsagar

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=20190330193820.GA9615@kroah.com \
    --to=greg@kroah.com \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=payal.s.kshirsagar.98@gmail.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.