From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754562AbcJKWOD (ORCPT ); Tue, 11 Oct 2016 18:14:03 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35334 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754101AbcJKWOB (ORCPT ); Tue, 11 Oct 2016 18:14:01 -0400 From: Wayne Porter To: gregkh@linuxfoundation.org Cc: Wayne Porter , linux-kernel@vger.kernel.org Subject: [PATCH 00/45] staging: rts5208: Checkpatch.pl cleanup Date: Tue, 11 Oct 2016 21:56:16 +0000 Message-Id: X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This set is a general clenup of issues found by checkpatch.pl. There are a few checks still detected and these either require more knowledge of the driver or should possibly just be left alone. Wayne Porter (45): staging: rts5208: spi.c: Remove unnecessary parenthesis staging: rts5208: spi.c: Alignment fixes staging: rts5208: sd.h: Alignment fixes staging: rts5208: sd.c: Remove unnecessary parentheses staging: rts5208: sd.c: Alignment fixes staging: rts5208: sd.c: Long line fixes staging: rts5208: sd.c: CamelCase fixes staging: rts5208: sd.c: Fix logical continuations staging: rts5208: sd.c: Spacing cleanup staging: rts5208: Alignment fixes staging: rts5208: Unnecessary parentheses cleanup staging: rts5208: Alignment fix staging: rts5208: Fix typo in function name staging: rts5208: Alignment fixes staging: rts5208: Remove parentheses staging: rts5208: CamelCase fixes staging: rts5208: Remove multiple assignment staging: rts5208: Add braces to if() staging: rts5208: Add space around operator staging: rts5208: Alignment fixes staging: rts5208: Long lines fixes staging: rts5208: Prefer using BIT macro staging: rts5208: Parenthesis alignment staging: rts5208: Unecessary parantheses staging: rts5208: Parenthesis alignment staging: rts5208: Unnecessary parentheses staging: rts5208: Spacing staging: rts5208: Comparison to NULL staging: rts5208: rtsx.c: Unnecessary parentheses staging: rts5208: rtsx.c: Alignment staging: rts5208: rtsx.c: Multiple assignments staging: rts5208: rtsx.c: Spacing staging: rts5208: rtsx.c: CamelCase staging: rts5208: rtsx.c: Spacing staging: rts5208: rtsx.c: Alloc sizeof struct staging: rts5208: ms.h: Parenthesis alignment staging: rts5208: ms.c: Parenthesis alignment staging: rts5208: ms.c: Long Lines staging: rts5208: ms.c: Multiple assignments staging: rts5208: ms.c: Braces fix staging: rts5208: CamelCase fix staging: rts5208: rtsx_scsi.h: Long lines staging: rts5208: rtxs_chip.h: Long lines staging: rts5208: rtsx_chip.c: Long lines staging: rts5208: rtsx.c: Alignment fix drivers/staging/rts5208/ms.c | 393 ++++++++------- drivers/staging/rts5208/ms.h | 4 +- drivers/staging/rts5208/rtsx.c | 43 +- drivers/staging/rts5208/rtsx.h | 2 +- drivers/staging/rts5208/rtsx_card.c | 94 ++-- drivers/staging/rts5208/rtsx_card.h | 16 +- drivers/staging/rts5208/rtsx_chip.c | 17 +- drivers/staging/rts5208/rtsx_chip.h | 137 ++++-- drivers/staging/rts5208/rtsx_scsi.c | 319 ++++++------ drivers/staging/rts5208/rtsx_scsi.h | 4 +- drivers/staging/rts5208/rtsx_sys.h | 4 +- drivers/staging/rts5208/rtsx_transport.h | 30 +- drivers/staging/rts5208/sd.c | 813 ++++++++++++++++--------------- drivers/staging/rts5208/sd.h | 5 +- drivers/staging/rts5208/spi.c | 144 +++--- 15 files changed, 1075 insertions(+), 950 deletions(-) -- 2.1.4