public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Anjana Sasindran <anjanasasindran123@gmail.com>
Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
	devel@driverdev.osuosl.org
Subject: Re: [PATCH] Drivers:Staging:rtl8188eu:hal:usb_halinit.c: Added blank line after declarations
Date: Fri, 28 Nov 2014 12:56:56 +0530	[thread overview]
Message-ID: <20141128072656.GA5475@sudip-PC> (raw)
In-Reply-To: <1417099383-5862-1-git-send-email-anjanasasindran123@gmail.com>

On Thu, Nov 27, 2014 at 08:13:03PM +0530, Anjana Sasindran wrote:
>     This patch fixes the five checkpatch.pl warnings:
> 
>     WARNING:Missing a blank line after declaration
> 
> Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
> ---
>  drivers/staging/rtl8188eu/hal/usb_halinit.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/drivers/staging/rtl8188eu/hal/usb_halinit.c b/drivers/staging/rtl8188eu/hal/usb_halinit.c
> index 14650e9..439828c 100644
> --- a/drivers/staging/rtl8188eu/hal/usb_halinit.c
> +++ b/drivers/staging/rtl8188eu/hal/usb_halinit.c
> @@ -1931,6 +1931,7 @@ GetHalDefVar8188EUsb(
>  	case HW_DEF_RA_INFO_DUMP:
>  		{
>  			u8 entry_id = *((u8 *)pValue);
> +
>  			if (check_fwstate(&Adapter->mlmepriv, _FW_LINKED)) {
>  				DBG_88E("============ RA status check ===================\n");
>  				DBG_88E("Mac_id:%d , RateID = %d, RAUseRate = 0x%08x, RateSGI = %d, DecisionRate = 0x%02x ,PTStage = %d\n",
> @@ -1946,6 +1947,7 @@ GetHalDefVar8188EUsb(
>  	case HW_DEF_ODM_DBG_FLAG:
>  		{
>  			struct odm_dm_struct *dm_ocm = &(haldata->odmpriv);
> +
>  			pr_info("dm_ocm->DebugComponents = 0x%llx\n", dm_ocm->DebugComponents);
>  		}
>  		break;
> @@ -1994,6 +1996,7 @@ static u8 SetHalDefVar8188EUsb(struct adapter *Adapter, enum hal_def_variable eV
>  			} else if (dm_func == 6) {/* turn on all dynamic func */
>  				if (!(podmpriv->SupportAbility  & DYNAMIC_BB_DIG)) {
>  					struct rtw_dig *pDigTable = &podmpriv->DM_DigTable;
> +
>  					pDigTable->CurIGValue = usb_read8(Adapter, 0xc50);
>  				}
>  				podmpriv->SupportAbility = DYNAMIC_ALL_FUNC_ENABLE;
> @@ -2011,6 +2014,7 @@ static u8 SetHalDefVar8188EUsb(struct adapter *Adapter, enum hal_def_variable eV
>  		{
>  			u8 bRSSIDump = *((u8 *)pValue);
>  			struct odm_dm_struct *dm_ocm = &(haldata->odmpriv);
> +
>  			if (bRSSIDump)
>  				dm_ocm->DebugComponents	=	ODM_COMP_DIG|ODM_COMP_FA_CNT;
>  			else
> @@ -2021,7 +2025,9 @@ static u8 SetHalDefVar8188EUsb(struct adapter *Adapter, enum hal_def_variable eV
>  		{
>  			u64	DebugComponents = *((u64 *)pValue);
>  			struct odm_dm_struct *dm_ocm = &(haldata->odmpriv);
> +
>  			dm_ocm->DebugComponents = DebugComponents;
> +
any reason to give this blank line here? This is not a declaration.

thanks
sudip
>  		}
>  		break;
>  	default:
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

      reply	other threads:[~2014-11-28  7:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-27 14:43 [PATCH] Drivers:Staging:rtl8188eu:hal:usb_halinit.c: Added blank line after declarations Anjana Sasindran
2014-11-28  7:26 ` Sudip Mukherjee [this message]

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=20141128072656.GA5475@sudip-PC \
    --to=sudipm.mukherjee@gmail.com \
    --cc=anjanasasindran123@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox