From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Mon, 12 Sep 2016 11:17:25 +0000 Subject: Re: [PATCH 2/2] staging: sm750fb: fix block comment style and spelling issues in ddk750_chip.c Message-Id: <20160912111725.GA12224@kroah.com> List-Id: References: <523e16874da50855062fcc51b6754e2b9c42b9e5.1472932508.git.mgmoshes@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Moshe Green Cc: sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com, devel@driverdev.osuosl.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org On Sun, Sep 04, 2016 at 09:04:10PM +0300, Moshe Green wrote: > Fix the following warning types: > - line length > - block comment line * prefix > - trailing */ on a separate line > found by the checkpatch.pl tool in multiple block comments. > > Fix a single spelling error in a comment. > > Signed-off-by: Moshe Green > --- > drivers/staging/sm750fb/ddk750_chip.c | 49 +++++++++++++++++++---------------- > 1 file changed, 27 insertions(+), 22 deletions(-) As I didn't take the first patch, this one didn't apply :( Please resend when you send the first one again. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758040AbcILLR1 (ORCPT ); Mon, 12 Sep 2016 07:17:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34569 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758000AbcILLRW (ORCPT ); Mon, 12 Sep 2016 07:17:22 -0400 Date: Mon, 12 Sep 2016 13:17:25 +0200 From: Greg KH To: Moshe Green Cc: sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com, devel@driverdev.osuosl.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] staging: sm750fb: fix block comment style and spelling issues in ddk750_chip.c Message-ID: <20160912111725.GA12224@kroah.com> References: <523e16874da50855062fcc51b6754e2b9c42b9e5.1472932508.git.mgmoshes@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Sun, Sep 04, 2016 at 09:04:10PM +0300, Moshe Green wrote: > Fix the following warning types: > - line length > - block comment line * prefix > - trailing */ on a separate line > found by the checkpatch.pl tool in multiple block comments. > > Fix a single spelling error in a comment. > > Signed-off-by: Moshe Green > --- > drivers/staging/sm750fb/ddk750_chip.c | 49 +++++++++++++++++++---------------- > 1 file changed, 27 insertions(+), 22 deletions(-) As I didn't take the first patch, this one didn't apply :( Please resend when you send the first one again. thanks, greg k-h