Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755082AbdLFKbt (ORCPT ); Wed, 6 Dec 2017 05:31:49 -0500 Received: from mail-it0-f66.google.com ([209.85.214.66]:39458 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755056AbdLFKbo (ORCPT ); Wed, 6 Dec 2017 05:31:44 -0500 X-Google-Smtp-Source: AGs4zMbg+5WoLOtNlppiLnixPDWT5poK4oT+9GkOnVnWv6fJq45Zj+y0etXPp1HNPrJURyEvVdcf2A== Date: Wed, 6 Dec 2017 17:31:38 +0700 From: Neil Singh To: Larry Finger , Florian Schilhabel , Greg Kroah-Hartman Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, driverdev-devel@linuxdriverproject.org Subject: [PATCH] staging: rtl8712: Cleanup codestyle Message-ID: <20171206103138.GA7701@red> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1557 Lines: 43 Fix following checkpatch.pl messages: WARNING: line over 80 characters 1000: FILE: rtl871x_security.c:1000: ERROR: code indent should use tabs where possible 1408: FILE: rtl871x_security.c:1408: WARNING: please, no spaces at the start of a line 1408: FILE: rtl871x_security.c:1408: Signed-off-by: Neil Singh --- drivers/staging/rtl8712/rtl871x_security.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_security.c b/drivers/staging/rtl8712/rtl871x_security.c index 56d36f6..ed3a00f 100644 --- a/drivers/staging/rtl8712/rtl871x_security.c +++ b/drivers/staging/rtl8712/rtl871x_security.c @@ -997,8 +997,9 @@ static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, /* Builds the last MIC header block from */ /* header fields. */ /************************************************/ -static void construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists, - u8 *mpdu, u8 *pn_vector, sint c) +static void construct_ctr_preload(u8 *ctr_preload, + sint a4_exists, sint qc_exists, + u8 *mpdu, u8 *pn_vector, sint c) { sint i; @@ -1405,7 +1406,7 @@ u32 r8712_aes_decrypt(struct _adapter *padapter, u8 *precvframe) void r8712_use_tkipkey_handler(struct timer_list *t) { struct _adapter *padapter = - from_timer(padapter, t, securitypriv.tkip_timer); + from_timer(padapter, t, securitypriv.tkip_timer); padapter->securitypriv.busetkipkey = true; } -- 2.1.4