Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751290AbcKZI0U (ORCPT ); Sat, 26 Nov 2016 03:26:20 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36116 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750783AbcKZI0M (ORCPT ); Sat, 26 Nov 2016 03:26:12 -0500 Date: Sat, 26 Nov 2016 09:25:53 +0100 From: Greg KH To: Dawid Kurek Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: gdm724x: Align parameters to parenthesis Message-ID: <20161126082553.GB10395@kroah.com> References: <20161125203119.GA12441@archangel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161125203119.GA12441@archangel> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 359 Lines: 11 On Fri, Nov 25, 2016 at 09:31:19PM +0100, Dawid Kurek wrote: > Align parameters to open parenthesis. Also remove one blank line in > sequence of two. That's multiple things in the same patch, please break it up into different patches (hint, if you say "Also" or "And" in a changelog comment, that's a huge flag that it needs to be split.) thanks, greg k-h