Re: [PATCH] staging: xgifb: Fix comment style

2016-03-22 Thread Bo Yu
On Mon, Mar 21, 2016 at 03:38:21PM -0400, Kroah-Hartman wrote: hi, On Sat, Mar 12, 2016 at 03:40:35AM -0500, YU Bo wrote: Fix comments to use trailing */ on separste lines. Signed-off-by: YU BO --- drivers/staging/xgifb/vb_init.c|3 ++- drivers/staging/xgifb/vb_setmode.c |3 ++- 2 fi

Re: [PATCH] staging: xgifb: Fix comment style

2016-03-21 Thread Kroah-Hartman
On Sat, Mar 12, 2016 at 03:40:35AM -0500, YU Bo wrote: > Fix comments to use trailing */ on separste lines. > > Signed-off-by: YU BO > --- > drivers/staging/xgifb/vb_init.c|3 ++- > drivers/staging/xgifb/vb_setmode.c |3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) You sent m

Re: [PATCH] staging: xgifb: Fix comment style

2016-02-21 Thread Bo YU
Hi, On Sun, Feb 21, 2016 at 11:33:48AM -0800, Kroah-Hartman wrote: >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: >> >Patch doesn't apply :( >> I don't know that whether i am doing wrong something with git. >>

Re: [PATCH] staging: xgifb: Fix comment style

2016-02-21 Thread Kroah-Hartman
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 > >> --- > >> drive

Re: [PATCH] staging: xgifb: Fix comment style

2016-02-21 Thread Bo YU
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 inser

Re: [PATCH] staging: xgifb: Fix comment style

2016-02-20 Thread Kroah-Hartman
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 :(