Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753666AbbHRQ6b (ORCPT ); Tue, 18 Aug 2015 12:58:31 -0400 Received: from mail-oi0-f47.google.com ([209.85.218.47]:35188 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752118AbbHRQ63 (ORCPT ); Tue, 18 Aug 2015 12:58:29 -0400 From: =?UTF-8?q?Rapha=C3=ABl=20Beamonte?= To: Greg Kroah-Hartman Cc: =?UTF-8?q?Rapha=C3=ABl=20Beamonte?= , Ksenija Stanojevic , Joe Perches , Cristina Opriceana , Greg Donald , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Sudip Mukherjee Subject: [PATCHv2 00/19] staging: rtl8192u: r8192U_core: fix all checkpatch.pl reports Date: Tue, 18 Aug 2015 12:58:01 -0400 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2575 Lines: 67 Hi, Here is an update of the patches fixing all the checkpatch warnings and errors for the file drivers/staging/rtl8192u/r8192U_core.c, thanks to Sudop Mukherjee's remarks and advices. As a reminder, here is the checkpatch.pl tailed output before patches: total: 334 errors, 402 warnings, 4909 lines checked And after patches: total: 0 errors, 0 warnings, 5379 lines checked Please let me know if there is anything else I can do to improve these patches! Thanks, Raphaël Raphaël Beamonte (19): staging: rtl8192u: r8192U_core: fix switch and case indent code style error staging: rtl8192u: r8192U_core: fix space before close parenthesis code style error staging: rtl8192u: r8192U_core: fix code indent using spaces code style error staging: rtl8192u: r8192U_core: fix else following close brace code style error staging: rtl8192u: r8192U_core: fix missing struct leading to consistent spacing code style error staging: rtl8192u: r8192U_core: whitespace neatening to fix consistent spacing code style errors staging: rtl8192u: r8192U_core: clean C99 // comments staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.h staging: rtl8192u: r8192U_core: remove return statement of void function staging: rtl8192u: r8192U_core: fix unecessary braces code style issue staging: rtl8192u: r8192U_core: remove forward declarations in .c file staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style issue staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issue staging: rtl8192u: r8192U_core: fix unnecessary else after return code style issue staging: rtl8192u: r8192U_core: fix unnecessary whitespace code style issue staging: rtl8192u: r8192U_core: fix missing blank line after declarations code style issue staging: rtl8192u: r8192U_core: fix quoted string split across lines code style issue staging: rtl8192u: r8192U_core: fix use ether_addr_copy() over memcpy() code style issue staging: rtl8192u: r8192U_core: fix line over 80 characters code style issue drivers/staging/rtl8192u/r8192U.h | 4 +- drivers/staging/rtl8192u/r8192U_core.c | 2262 +++++++++++++++++++------------- 2 files changed, 1368 insertions(+), 898 deletions(-) -- 2.1.4 -- 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/