From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755878AbbICBFP (ORCPT ); Wed, 2 Sep 2015 21:05:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40723 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753943AbbICBFO (ORCPT ); Wed, 2 Sep 2015 21:05:14 -0400 Date: Wed, 2 Sep 2015 18:05:12 -0700 From: Greg KH To: Peng Sun Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/8] fix drivers/staging/android several coding style issues Message-ID: <20150903010512.GB31349@kroah.com> References: <1440561137-15574-1-git-send-email-sironhide0null@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440561137-15574-1-git-send-email-sironhide0null@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 26, 2015 at 11:52:09AM +0800, Peng Sun wrote: > patches based on linux-next next-20150825 > Corrections based on checkpatch.pl with --strict > > Peng Sun (8): > fix staging:android style issue:spaces preferred around that '-' > fix staging:android style issue:No space is necessary after a cast > fix staging:android style issue:Alignment should match open > parenthesis > fix staging:android style issue:Prefer kernel type 'u32' over > 'uint32_t' > fix staging:android style issue:Please use a blank line after > function/struct/union/enum declarations > fix staging:android style issue:Comparison to NULL could be written > fix staging:android style issue:definition without comment > fix staging:android style issue:Please don't use multiple blank lines You sent out 3 different series, and I don't know which should be applied. So please fix up and resend just the one you want applied. Note, the "style issue:" shouldn't be in the subject, look at how other commits are titled. thanks, greg k-h