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

[PATCH] staging: xgifb: Fix comment style

2016-03-12 Thread YU Bo
Fix comments to use * on subsequent lines. Signed-off-by: YU BO --- drivers/staging/xgifb/vb_init.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c index 26b539bc6faf..c7f02c7db4a2 100644 --- a/driv

[PATCH] staging: xgifb: Fix comment style

2016-03-12 Thread YU Bo
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(-) diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c

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

2016-02-22 Thread Bo YU
Oh, I am miss ccing list in previous email. On Sun, Feb 21, 2016 at 8:57 PM, Roger H Newell wrote: > Hello: > > I think you need to make sure your staging-testing tree is current > before creating a patch. > > git checkout staging-testing && git fetch origin > git checkout my-branch && git r

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 Roger H Newell
Hello: I think you need to make sure your staging-testing tree is current before creating a patch. git checkout staging-testing && git fetch origin git checkout my-branch && git rebase origin/staging-testing As I understand it any patch you create after those commands will be on-top of the curre

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 :( ___

[PATCH] staging: xgifb: Fix comment style

2016-02-16 Thread Bo YU
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(-) diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c index 26b539b..c7f02c7 100644 --- a/dri