From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751657AbcBUTdv (ORCPT ); Sun, 21 Feb 2016 14:33:51 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:40711 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751204AbcBUTdt (ORCPT ); Sun, 21 Feb 2016 14:33:49 -0500 Date: Sun, 21 Feb 2016 11:33:48 -0800 From: Kroah-Hartman To: Bo YU Cc: Patard , Sri Nizamkari , Ravichandran , "open list:STAGING SUBSYSTEM" , open list Subject: Re: [PATCH] staging: xgifb: Fix comment style Message-ID: <20160221193348.GA30926@kroah.com> References: <20160220233815.GA8829@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Sun, Feb 21, 2016 at 04:59:17PM +0800, Bo YU wrote: > Hello, > > On Sat, Feb 20, 2016 at 03:38:15PM -0800, Kroah-Hartman wrote: > >On Wed, Feb 17, 2016 at 02:53:34PM +0800, Bo YU wrote: > >> Fix comments to use trailing */ on separate lines. > >> > >> Signed-off-by: YU BO > >> --- > >> drivers/staging/xgifb/vb_init.c | 10 +++++----- > >> 1 file changed, 5 insertions(+), 5 deletions(-) > > > >Patch doesn't apply :( > I don't know that whether i am doing wrong something with git. > Because when i run `git am the-codingfixed-patch` ,it reports error. Yes, that is the problem, please work on fixing that. I don't have the time to determine exactly what the error is, sorry. greg k-h