public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors.
       [not found] <1408900734-8256-1-git-send-email-janetliu526@qq.com>
@ 2014-08-27  1:22 ` Greg KH
       [not found]   ` <53FE91E1.1020006@qq.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2014-08-27  1:22 UTC (permalink / raw)
  To: Janet Liu; +Cc: devel, linux-kernel

On Mon, Aug 25, 2014 at 01:18:54AM +0800, Janet Liu wrote:
> Sliences the following warning and error:
> 
>   WARNING: line over 80 characters
>   WARNING: space prohibited between function name and open parenthesis '('
>   ERROR: do not use C99 // comments
>   ERROR: trailing statements should be on next line

You changed 4 things, in one patch :(

Also, you sent 4 different patches, which one is correct?

Please only do one thing per patch and please resend with the one that
you wish to have reviewed.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors.
       [not found]   ` <53FE91E1.1020006@qq.com>
@ 2014-08-28  2:23     ` Janet Liu
  2014-08-28 11:49       ` Dan Carpenter
  2014-08-28 15:44       ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Janet Liu @ 2014-08-28  2:23 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

On 08/28/2014 10:20 AM, Janet Liu wrote:
>
>
>
> -------- Original Message --------
> Subject: Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath
> warnings and errors.
> Date: Tue, 26 Aug 2014 18:22:45 -0700
> From: Greg KH <gregkh@linuxfoundation.org>
> To: Janet Liu <janetliu526@qq.com>
> CC: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
>
> On Mon, Aug 25, 2014 at 01:18:54AM +0800, Janet Liu wrote:
>> Sliences the following warning and error:
>>
>>   WARNING: line over 80 characters
>>   WARNING: space prohibited between function name and open parenthesis
>> '('
>>   ERROR: do not use C99 // comments
>>   ERROR: trailing statements should be on next line
>
> You changed 4 things, in one patch :(
>
> Also, you sent 4 different patches, which one is correct?
>
> Please only do one thing per patch and please resend with the one that
> you wish to have reviewed.
>
> thanks,
>
> greg k-h
>
>
Hi Greg,

I'm very sorry for having troubled you.

The latest one is correct. It is send by my gmail box.

The first two is sent by this mailbox(janetliu526@qq.com) and is 
rejected by linux-kernel@vger.kernel.org.

The third is tested by dan.carpenter@oracle.com, he told me it broke 
build. So I fixed and send the fourth.

Those are all codestyle issue.

regards,
janet

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors.
  2014-08-28  2:23     ` Fwd: " Janet Liu
@ 2014-08-28 11:49       ` Dan Carpenter
  2014-08-28 15:44       ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2014-08-28 11:49 UTC (permalink / raw)
  To: Janet Liu; +Cc: gregkh, devel, linux-kernel

No worries.  But Greg asked you to break the patch up into 4 patches:

patch 1: long lines
patch 2: spaces
patch 3: comments
patch 4: trailing statements.

Please resend.

regards,
dan carpenter


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors.
  2014-08-28  2:23     ` Fwd: " Janet Liu
  2014-08-28 11:49       ` Dan Carpenter
@ 2014-08-28 15:44       ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2014-08-28 15:44 UTC (permalink / raw)
  To: Janet Liu; +Cc: devel, linux-kernel

On Thu, Aug 28, 2014 at 10:23:05AM +0800, Janet Liu wrote:
> On 08/28/2014 10:20 AM, Janet Liu wrote:
> >
> >
> >
> >-------- Original Message --------
> >Subject: Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath
> >warnings and errors.
> >Date: Tue, 26 Aug 2014 18:22:45 -0700
> >From: Greg KH <gregkh@linuxfoundation.org>
> >To: Janet Liu <janetliu526@qq.com>
> >CC: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
> >
> >On Mon, Aug 25, 2014 at 01:18:54AM +0800, Janet Liu wrote:
> >>Sliences the following warning and error:
> >>
> >>  WARNING: line over 80 characters
> >>  WARNING: space prohibited between function name and open parenthesis
> >>'('
> >>  ERROR: do not use C99 // comments
> >>  ERROR: trailing statements should be on next line
> >
> >You changed 4 things, in one patch :(
> >
> >Also, you sent 4 different patches, which one is correct?
> >
> >Please only do one thing per patch and please resend with the one that
> >you wish to have reviewed.
> >
> >thanks,
> >
> >greg k-h
> >
> >
> Hi Greg,
> 
> I'm very sorry for having troubled you.
> 
> The latest one is correct. It is send by my gmail box.

I don't know what is the "latest one", if you do not version your
patches with a "v2" or "v3" and the like in the subject area.  Otherwise
we are relying on mail timestamps, which are not always correct.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-28 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1408900734-8256-1-git-send-email-janetliu526@qq.com>
2014-08-27  1:22 ` [PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors Greg KH
     [not found]   ` <53FE91E1.1020006@qq.com>
2014-08-28  2:23     ` Fwd: " Janet Liu
2014-08-28 11:49       ` Dan Carpenter
2014-08-28 15:44       ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox