From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751759AbcBLEQI (ORCPT ); Thu, 11 Feb 2016 23:16:08 -0500 Received: from mail-ig0-f179.google.com ([209.85.213.179]:38076 "EHLO mail-ig0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751473AbcBLEQG (ORCPT ); Thu, 11 Feb 2016 23:16:06 -0500 From: Shaun Ren To: gregkh@linuxfoundation.org, rjui@broadcom.com Cc: sbranden@broadcom.com, jonmason@broadcom.com, mahfouz.saif.elyazal@gmail.com, joe@perches.com, devel@driverdev.osuosl.org, linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org, Shaun Ren Subject: [PATCH v4 0/8] Staging: rts5208: Fix coding style Date: Thu, 11 Feb 2016 20:07:52 -0800 Message-Id: <1455250080-9897-1-git-send-email-shaun.ren@linux.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1455072328-7033-1-git-send-email-shaun.ren@linux.com> References: <1455072328-7033-1-git-send-email-shaun.ren@linux.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This set of patches fixes the coding style issues in rtsx_transport.c. Changes since v3 * Removed the extraneous SCSI comment in the first patch * Removed the last patch (Staging: rts5208: Add missing dma_mapping_error) as it is already done in change 9a66d05d82db (Staging: rts5208: fix check for dma mapping error) Changes since v2 * Incorporated Joshua Clayton's suggestions regarding the block comments Shaun Ren (8): Staging: rts5208: rtsx_transport.c: Cleanup comments Staging: rts5208: rtsx_transport.c: Align to open parenthesis Staging: rts5208: rtsx_transport.c: Remove spaces after casts Staging: rts5208: rtsx_transport.c: Add spaces around - Staging: rts5208: rtsx_transport.c: Remove extra newlines Staging: rts5208: rtsx_transport.c: Fix label naming convention Staging: rts5208: rtsx_transport.c: Remove unnecessary parentheses Staging: rts5208: rtsx_transport.c: Fix comparisons to NULL drivers/staging/rts5208/rtsx_transport.c | 152 ++++++++++++++++--------------- 1 file changed, 81 insertions(+), 71 deletions(-) -- 2.7.0