Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755303AbbBJLVR (ORCPT ); Tue, 10 Feb 2015 06:21:17 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:53118 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751342AbbBJLVQ (ORCPT ); Tue, 10 Feb 2015 06:21:16 -0500 Date: Tue, 10 Feb 2015 16:51:03 +0530 From: Sudip Mukherjee To: Pushpendra Singh Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, navin.patidar@gmail.com, gmate.amit@gmail.com, manuel.schoelling@gmx.de Subject: Re: [PATCH 1/7] staging: rtl8188eu: core: added blank line after declarations Message-ID: <20150210112103.GA17013@sudip-PC> References: <1423562655-29971-1-git-send-email-pushpendra.singh@smartplayin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423562655-29971-1-git-send-email-pushpendra.singh@smartplayin.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1416 Lines: 46 On Tue, Feb 10, 2015 at 03:34:09PM +0530, Pushpendra Singh wrote: > Removed following checkpatch.pl warning from mutiple files > WARNING: Missing a blank line after declarations you have not checked this patch with checkpatch. ERROR: trailing whitespace #502: FILE: drivers/staging/rtl8188eu/core/rtw_security.c:69: +^I$ > > Signed-off-by: Pushpendra Singh > mac_id = 0; > + nr_subframes = 0; > pattrib = &prframe->attrib; > > recvframe_pull(prframe, prframe->attrib.hdrlen); > diff --git a/drivers/staging/rtl8188eu/core/rtw_security.c b/drivers/staging/rtl8188eu/core/rtw_security.c > index bd8d60a..790fa91 100644 > --- a/drivers/staging/rtl8188eu/core/rtw_security.c > +++ b/drivers/staging/rtl8188eu/core/rtw_security.c > @@ -41,6 +41,7 @@ static void arcfour_init(struct arc4context *parc4ctx, u8 *key, u32 key_len) > u32 stateindex; > u8 *state; > u32 counter; > + > state = parc4ctx->state; > parc4ctx->x = 0; > parc4ctx->y = 0; > @@ -65,6 +66,7 @@ static u32 arcfour_byte(struct arc4context *parc4ctx) > u32 y; > u32 sx, sy; > u8 *state; > + ^^^^^^ trailing whitespace regards sudip -- 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/