From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v1] staging: android: fix style problem Date: Sat, 15 Jun 2019 20:52:02 +0200 Message-ID: <20190615185202.GA10201@kroah.com> References: <20190615184605.GA7671@ahmlpt0706> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190615184605.GA7671@ahmlpt0706> Sender: linux-kernel-owner@vger.kernel.org To: Saiyam Doshi Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org On Sun, Jun 16, 2019 at 12:16:05AM +0530, Saiyam Doshi wrote: > checkpatch reported "WARNING: line over 80 characters". > This patch fixes it by aligning function arguments. > > Signed-off-by: Saiyam Doshi > --- > Changes in v1: > * Updated as per review comment. Now function arguments > uses two lines, one less line than previous submission. It's really "v2", but that's fine :)