From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941219AbcIVSTE (ORCPT ); Thu, 22 Sep 2016 14:19:04 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:35229 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941191AbcIVSS6 (ORCPT ); Thu, 22 Sep 2016 14:18:58 -0400 From: Sergio Paracuellos To: gregkh@linuxfoundation.org Cc: bhumirks@gmail.com, jrickertkc@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/8] staging: rts5208: Fix several style warnings Date: Thu, 22 Sep 2016 20:18:53 +0200 Message-Id: <1474568341-12497-1-git-send-email-sergio.paracuellos@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset fix several style warnings reported by checkpatch.pl script. Sergio Paracuellos (8): staging: rts5208: fix style warnings in rtsx.h staging: rts5208: fix style warnings in rtsx.c staging: rts5208: fix style warnings in rtsx_chip.h staging: rts5208: fix style warnings in rtsx.h staging: rts5208: fix style warnings in rtsx_sys.h staging: rts5208: fix style warnings in spi.c staging: rts5208: fix style warnings in sd.c staging: rts5208: fix style warnings in xd.c drivers/staging/rts5208/rtsx.c | 12 +-- drivers/staging/rts5208/rtsx.h | 10 +-- drivers/staging/rts5208/rtsx_chip.h | 54 +++++------ drivers/staging/rts5208/rtsx_sys.h | 2 - drivers/staging/rts5208/sd.c | 173 +++++++++++++----------------------- drivers/staging/rts5208/spi.c | 3 +- drivers/staging/rts5208/xd.c | 38 +++----- 7 files changed, 115 insertions(+), 177 deletions(-) -- 1.9.1