From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751372AbcEKBFU (ORCPT ); Tue, 10 May 2016 21:05:20 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35045 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750978AbcEKBFT (ORCPT ); Tue, 10 May 2016 21:05:19 -0400 Date: Tue, 10 May 2016 21:05:15 -0400 From: YU Bo To: Kroah-Hartman Cc: Kaur Chawla , Goyal , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, yuzibode@126.com Subject: Re: [PATCH] Staging: wlan-ng: fix comments style Message-ID: <20160511010514.GA3359@yubo-2> References: <20160508144513.GA10051@yubo-2> <20160509122613.GA29165@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <20160509122613.GA29165@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On Mon, May 09, 2016 at 02:26:13PM +0200, Kroah-Hartman wrote: >On Sun, May 08, 2016 at 10:45:16AM -0400, YU Bo wrote: >> The patch fixed warning reported by checkpatch.pl: Block comments use a >> trailing */ on a separate line. >> >> Signed-off-by: YU Bo >> --- >> drivers/staging/wlan-ng/prism2mgmt.h | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > >Patch doesn't apply to my tree, what branch did you make this against? Thanks for your reply. I made two branches on your tree:little,greg. Each time i went into a branch and type: git fetch origin && git rebase origin/staging-testing then i repated on different branch. Sure,i will reset my commit before these operations. Due to network issue,i have to make patch on local kernel and `scp` patch to my VPS then send you via mutt.It's ok for me to git am xx_xx.patch but fail to apply git am xx_xx.mbox which save from mutt sometime:( I will try to send you a series of patch and test it ok. Thanks again. > >thanks, > >greg k-h