From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754021AbcIDPcv (ORCPT ); Sun, 4 Sep 2016 11:32:51 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35897 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752806AbcIDPct (ORCPT ); Sun, 4 Sep 2016 11:32:49 -0400 Date: Sun, 4 Sep 2016 21:02:40 +0530 From: Sudip Mukherjee To: Louie Lu Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, florian.c.schilhabel@googlemail.com, punitvara@gmail.com, bhaktipriya96@gmail.com, linux-kernel@vger.kernel.org, laerdevstudios@gmail.com, shivanib134@gmail.com, Larry.Finger@lwfinger.net Subject: Re: [PATCH] staging: rtl8712: fixed comment style and space indent Message-ID: <20160904153240.GC29779@sudip-laptop> References: <20160902131415.GA17715@gserv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160902131415.GA17715@gserv> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 02, 2016 at 09:14:15PM +0800, Louie Lu wrote: > fixed comment style and space indent report from checkpatch > in rtl8712/rtl871x_ioctl_linux.c: > > * WARNING: Statements should start on a tabstop > * WARNING: Block comments use * on subsequent lines > * WARNING: suspect code indent for conditional statements (16, 32) > > Signed-off-by: Louie Lu > --- That becomes 3 different changes in a single patch. You should be doing a single type of change in a patch. please break them into separate patches. regards sudip