From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933518AbcI3NUp (ORCPT ); Fri, 30 Sep 2016 09:20:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36285 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932707AbcI3NUh (ORCPT ); Fri, 30 Sep 2016 09:20:37 -0400 Date: Fri, 30 Sep 2016 15:20:40 +0200 From: Greg Kroah-Hartman To: Ramiro Oliveira Cc: "J. German Rivera" , Stuart Yoder , German Rivera , Ioana Radulescu , Itai Katz , Bhumika Goyal , "open list:FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER" , "open list:STAGING SUBSYSTEM" Subject: Re: [PATCH] Staging: fsl-mc: Correct errors reported by checkpatch Message-ID: <20160930132040.GA3016@kroah.com> References: <005409fe534f23b8c53289868b719fa138e4d9c0.1475233696.git.roliveir@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005409fe534f23b8c53289868b719fa138e4d9c0.1475233696.git.roliveir@synopsys.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 30, 2016 at 12:13:02PM +0100, Ramiro Oliveira wrote: > This patch corrects some errors reported using checkpatch such as > unaligned * in some block comments and multiple blank lines Please only do one type of thing at a time, so break this up into multiple patches. thanks, greg k-h