Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751543AbdFIGTv (ORCPT ); Fri, 9 Jun 2017 02:19:51 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:35982 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751506AbdFIGTu (ORCPT ); Fri, 9 Jun 2017 02:19:50 -0400 From: Derek Robson To: gregkh@linuxfoundation.org, salah.triki@acm.org, robsonde@gmail.com, binoy.jayan@linaro.org, julia.lawall@lip6.fr, colin.king@canonical.com, singhalsimran0@gmail.com, arnd@arndb.de Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] Drivers: rtl8192u - style fix Date: Fri, 9 Jun 2017 18:19:39 +1200 Message-Id: <20170609061939.24945-1-robsonde@gmail.com> X-Mailer: git-send-email 2.13.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 797 Lines: 26 Fixed checkpatch error of "no spaces at the start of a line" Signed-off-by: Derek Robson --- drivers/staging/rtl8192u/r8192U.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U.h b/drivers/staging/rtl8192u/r8192U.h index 4c7a5e3d3e5e..2959ea087148 100644 --- a/drivers/staging/rtl8192u/r8192U.h +++ b/drivers/staging/rtl8192u/r8192U.h @@ -917,9 +917,9 @@ typedef struct r8192_priv { int rx_inx; #endif - struct sk_buff_head rx_queue; - struct sk_buff_head skb_queue; - struct work_struct qos_activate; + struct sk_buff_head rx_queue; + struct sk_buff_head skb_queue; + struct work_struct qos_activate; short tx_urb_index; atomic_t tx_pending[0x10]; /* UART_PRIORITY + 1 */ -- 2.13.0