From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754613AbdCMVyZ (ORCPT ); Mon, 13 Mar 2017 17:54:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40628 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754403AbdCMVxw (ORCPT ); Mon, 13 Mar 2017 17:53:52 -0400 Date: Tue, 14 Mar 2017 05:53:34 +0800 From: Greg KH To: Matthew Giassa Cc: wsa@the-dreams.de, linux-renesas-soc@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] Formatting updates to remove checkpatch warnings in ks_wlan_ioctl.h. Message-ID: <20170313215333.GA13395@kroah.com> References: <1488750740-2091-1-git-send-email-matthew@giassa.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488750740-2091-1-git-send-email-matthew@giassa.net> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 05, 2017 at 01:52:19PM -0800, Matthew Giassa wrote: > Implementing some minor formatting changes to remove checkpatch warnings. > Removing space-hardtab instances. Removing C++-style line comments in favor of > C-style equivalent. Re-aligning function prototype arguments to remove related > checkpatch warning. That is a lot of different things to do all at once, please break this up into one logical patch per "thing" you do. Also, fix up your subject line to match how other patches for this subsystem/driver look, git log will show you what to do there. thanks, greg k-h