From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Sun, 7 Feb 2016 20:03:23 -0800 Subject: [PATCH 1/2] Staging: rts5208: Cleanup rtsx_transport.c In-Reply-To: <1453775248-15965-2-git-send-email-shaun.ren@linux.com> References: <1453775248-15965-1-git-send-email-shaun.ren@linux.com> <1453775248-15965-2-git-send-email-shaun.ren@linux.com> Message-ID: <20160208040323.GA11625@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jan 25, 2016 at 06:27:27PM -0800, Shaun Ren wrote: > This patch fixes coding style issues in rtsx_transport.c. > > Signed-off-by: Shaun Ren > --- > drivers/staging/rts5208/rtsx_transport.c | 115 +++++++++++++++++-------------- > 1 file changed, 65 insertions(+), 50 deletions(-) What coding style issues? Please be specific, and only do one type of cleanup per patch, otherwise it's hard to review them. thanks, greg k-h