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 current state of Gregs tree and should apply. Regards: Roger H. Newell On Sun, Feb 21, 2016 at 5:29 AM, Bo YU <tsu.yubo@xxxxxxxxx> 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 <tsu.yubo@xxxxxxxxx> >>> --- >>> 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. > But run `patch -p1 the-codingfixed-patch` it is ok. > > Perhaps i am wrong with others. > > Could you tell me a little hit? > > Sorry for the noisy.:) > -- > Best Regards > _______________________________________________ > devel mailing list > devel@xxxxxxxxxxxxxxxxxxxxxx > http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel