From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753610AbcLIHC2 (ORCPT ); Fri, 9 Dec 2016 02:02:28 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44234 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752342AbcLIHC1 (ORCPT ); Fri, 9 Dec 2016 02:02:27 -0500 Date: Fri, 9 Dec 2016 08:02:34 +0100 From: Greg KH To: Manoj Sawai Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: ks7010: ks7010_sdio.h: Fixed coding style errors Message-ID: <20161209070234.GA13178@kroah.com> References: <20161209122921.6147-1-mas@iitkgp.ac.in> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161209122921.6147-1-mas@iitkgp.ac.in> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 09, 2016 at 12:29:21PM +0000, Manoj Sawai wrote: > Errors - Complex macro not a parentheses and trailing whitespace > Also fixed other small checkpatch warnings and checks. If you ever say "also" in a changelog, that's a huge hint that the patch needs to be broken up into multiple patches. That is the case here, please only do one type of coding style fix at a time. thanks, greg k-h