All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] new code cleanups
       [not found] ` <a08621850808060634n573bfd2bi189893416d938fb6@mail.gmail.com>
@ 2008-08-06 17:57   ` Dushan Tcholich
  2008-08-06 18:15     ` Edward Shishkin
  2008-08-08 15:04     ` Ryan Hope
  0 siblings, 2 replies; 5+ messages in thread
From: Dushan Tcholich @ 2008-08-06 17:57 UTC (permalink / raw)
  To: Reiserfs mailing list, Edward Shishkin

Hi
Have these mails passed to m-l? I can't see these mails in archives,
but I haven't recieved the rejected mail notifications too.
Mail me if you need patches sent some other way.

Thanks
Dushan

On Wed, Aug 6, 2008 at 3:34 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
> Hello
> I've made more cleanups ontop of the patch from yesterday.
> This new patch removes around 1200 errors and 40 warnings reported by
> checkpatch-0.21
> Errors removed are: ERROR: "foo * bar" should be "foo *bar"
> Warnings removed are from extra spaces around parenthesis.
> Patch was compile tested against 2.6.27-rc1-mm1+newcodecleanups.patch
>
> I hope this helps
>
> Have a nice day
> Dushan
>
> PS. patch is about 400kB so i had to compress it
>
> On Tue, Aug 5, 2008 at 2:54 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
>> Hello
>>
>> While running checkpatch on newest r4 in -mm kernels I noticed that I
>> already did some cleanups that were reported.
>> Then I realised that one patch that I sent that removed about
>> 300errors and 500 warnings was misplaced in that patchstorm :) and not
>> sent to akpm.
>> Here it is again rebased on 2.6.27-rc1-mm1, compile tested.
>> Please review
>>
>> Thanks for your time
>> Dushan
>>
>

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

* Re: [PATCH] new code cleanups
  2008-08-06 17:57   ` [PATCH] new code cleanups Dushan Tcholich
@ 2008-08-06 18:15     ` Edward Shishkin
  2008-08-07  0:44       ` Dushan Tcholich
  2008-08-08 15:04     ` Ryan Hope
  1 sibling, 1 reply; 5+ messages in thread
From: Edward Shishkin @ 2008-08-06 18:15 UTC (permalink / raw)
  To: Dushan Tcholich; +Cc: Reiserfs mailing list

Dushan Tcholich wrote:
> Hi
> Have these mails passed to m-l?

Yes.
Thanks!

>  I can't see these mails in archives,
> but I haven't recieved the rejected mail notifications too.
> Mail me if you need patches sent some other way.
>
> Thanks
> Dushan
>
> On Wed, Aug 6, 2008 at 3:34 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
>   
>> Hello
>> I've made more cleanups ontop of the patch from yesterday.
>> This new patch removes around 1200 errors and 40 warnings reported by
>> checkpatch-0.21
>> Errors removed are: ERROR: "foo * bar" should be "foo *bar"
>> Warnings removed are from extra spaces around parenthesis.
>> Patch was compile tested against 2.6.27-rc1-mm1+newcodecleanups.patch
>>
>> I hope this helps
>>
>> Have a nice day
>> Dushan
>>
>> PS. patch is about 400kB so i had to compress it
>>
>> On Tue, Aug 5, 2008 at 2:54 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
>>     
>>> Hello
>>>
>>> While running checkpatch on newest r4 in -mm kernels I noticed that I
>>> already did some cleanups that were reported.
>>> Then I realised that one patch that I sent that removed about
>>> 300errors and 500 warnings was misplaced in that patchstorm :) and not
>>> sent to akpm.
>>> Here it is again rebased on 2.6.27-rc1-mm1, compile tested.
>>> Please review
>>>
>>> Thanks for your time
>>> Dushan
>>>
>>>       
>
>   


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

* Re: [PATCH] new code cleanups
  2008-08-06 18:15     ` Edward Shishkin
@ 2008-08-07  0:44       ` Dushan Tcholich
  0 siblings, 0 replies; 5+ messages in thread
From: Dushan Tcholich @ 2008-08-07  0:44 UTC (permalink / raw)
  To: Edward Shishkin; +Cc: Reiserfs mailing list

[-- Attachment #1: Type: text/plain, Size: 1870 bytes --]

Hello

As I saw while doing this that there are only about 1200 errors left I
was stubborn enough to continue cleaning.
So here's the newest patch, probably last one, which shaves off
another ~1000 errors reported by checkpatch.
It's the 3'rd in series, so it's based on
2.6.27-rc1-mm1+newcleanups+newcleanups1.
It's compile tested ofcourse and compressed because it's ~275kB.

I hope this helped

Have fun
Dushan

On Wed, Aug 6, 2008 at 8:15 PM, Edward Shishkin
<edward.shishkin@gmail.com> wrote:
> Dushan Tcholich wrote:
>> Hi
>> Have these mails passed to m-l?
>
> Yes.
> Thanks!
>
>>  I can't see these mails in archives,
>> but I haven't recieved the rejected mail notifications too.
>> Mail me if you need patches sent some other way.
>>
>> Thanks
>> Dushan
>>
>> On Wed, Aug 6, 2008 at 3:34 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
>>
>>> Hello
>>> I've made more cleanups ontop of the patch from yesterday.
>>> This new patch removes around 1200 errors and 40 warnings reported by
>>> checkpatch-0.21
>>> Errors removed are: ERROR: "foo * bar" should be "foo *bar"
>>> Warnings removed are from extra spaces around parenthesis.
>>> Patch was compile tested against 2.6.27-rc1-mm1+newcodecleanups.patch
>>>
>>> I hope this helps
>>>
>>> Have a nice day
>>> Dushan
>>>
>>> PS. patch is about 400kB so i had to compress it
>>>
>>> On Tue, Aug 5, 2008 at 2:54 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
>>>
>>>> Hello
>>>>
>>>> While running checkpatch on newest r4 in -mm kernels I noticed that I
>>>> already did some cleanups that were reported.
>>>> Then I realised that one patch that I sent that removed about
>>>> 300errors and 500 warnings was misplaced in that patchstorm :) and not
>>>> sent to akpm.
>>>> Here it is again rebased on 2.6.27-rc1-mm1, compile tested.
>>>> Please review
>>>>
>>>> Thanks for your time
>>>> Dushan
>>>>
>>>>
>>
>>
>
>

[-- Attachment #2: newcodecleanups2.patch.tar.gz --]
[-- Type: application/x-gzip, Size: 60388 bytes --]

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

* Re: [PATCH] new code cleanups
  2008-08-06 17:57   ` [PATCH] new code cleanups Dushan Tcholich
  2008-08-06 18:15     ` Edward Shishkin
@ 2008-08-08 15:04     ` Ryan Hope
  2008-08-08 20:54       ` Edward Shishkin
  1 sibling, 1 reply; 5+ messages in thread
From: Ryan Hope @ 2008-08-08 15:04 UTC (permalink / raw)
  To: Dushan Tcholich; +Cc: Reiserfs mailing list, Edward Shishkin

Where are the other 2 patches you mention here, I cant find them anywhere.
-Ryan

On Wed, Aug 6, 2008 at 1:57 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
> Hi
> Have these mails passed to m-l? I can't see these mails in archives,
> but I haven't recieved the rejected mail notifications too.
> Mail me if you need patches sent some other way.
>
> Thanks
> Dushan
>
> On Wed, Aug 6, 2008 at 3:34 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
>> Hello
>> I've made more cleanups ontop of the patch from yesterday.
>> This new patch removes around 1200 errors and 40 warnings reported by
>> checkpatch-0.21
>> Errors removed are: ERROR: "foo * bar" should be "foo *bar"
>> Warnings removed are from extra spaces around parenthesis.
>> Patch was compile tested against 2.6.27-rc1-mm1+newcodecleanups.patch
>>
>> I hope this helps
>>
>> Have a nice day
>> Dushan
>>
>> PS. patch is about 400kB so i had to compress it
>>
>> On Tue, Aug 5, 2008 at 2:54 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
>>> Hello
>>>
>>> While running checkpatch on newest r4 in -mm kernels I noticed that I
>>> already did some cleanups that were reported.
>>> Then I realised that one patch that I sent that removed about
>>> 300errors and 500 warnings was misplaced in that patchstorm :) and not
>>> sent to akpm.
>>> Here it is again rebased on 2.6.27-rc1-mm1, compile tested.
>>> Please review
>>>
>>> Thanks for your time
>>> Dushan
>>>
>>
> --
> To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Re: [PATCH] new code cleanups
  2008-08-08 15:04     ` Ryan Hope
@ 2008-08-08 20:54       ` Edward Shishkin
  0 siblings, 0 replies; 5+ messages in thread
From: Edward Shishkin @ 2008-08-08 20:54 UTC (permalink / raw)
  To: Ryan Hope; +Cc: Dushan Tcholich, Reiserfs mailing list

Ryan Hope wrote:
> Where are the other 2 patches you mention here, I cant find them anywhere.
>   

Note, that the marc mail archive rejects them.
Are you a reiserfs-devel mailing list subscriber?

Edward.

> -Ryan
>
> On Wed, Aug 6, 2008 at 1:57 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
>   
>> Hi
>> Have these mails passed to m-l? I can't see these mails in archives,
>> but I haven't recieved the rejected mail notifications too.
>> Mail me if you need patches sent some other way.
>>
>> Thanks
>> Dushan
>>
>> On Wed, Aug 6, 2008 at 3:34 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
>>     
>>> Hello
>>> I've made more cleanups ontop of the patch from yesterday.
>>> This new patch removes around 1200 errors and 40 warnings reported by
>>> checkpatch-0.21
>>> Errors removed are: ERROR: "foo * bar" should be "foo *bar"
>>> Warnings removed are from extra spaces around parenthesis.
>>> Patch was compile tested against 2.6.27-rc1-mm1+newcodecleanups.patch
>>>
>>> I hope this helps
>>>
>>> Have a nice day
>>> Dushan
>>>
>>> PS. patch is about 400kB so i had to compress it
>>>
>>> On Tue, Aug 5, 2008 at 2:54 PM, Dushan Tcholich <dusanc@gmail.com> wrote:
>>>       
>>>> Hello
>>>>
>>>> While running checkpatch on newest r4 in -mm kernels I noticed that I
>>>> already did some cleanups that were reported.
>>>> Then I realised that one patch that I sent that removed about
>>>> 300errors and 500 warnings was misplaced in that patchstorm :) and not
>>>> sent to akpm.
>>>> Here it is again rebased on 2.6.27-rc1-mm1, compile tested.
>>>> Please review
>>>>
>>>> Thanks for your time
>>>> Dushan
>>>>
>>>>         
>> --
>> To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>     
>
>   


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

end of thread, other threads:[~2008-08-08 20:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <a08621850808050554s19fedabcn1810df53826c812e@mail.gmail.com>
     [not found] ` <a08621850808060634n573bfd2bi189893416d938fb6@mail.gmail.com>
2008-08-06 17:57   ` [PATCH] new code cleanups Dushan Tcholich
2008-08-06 18:15     ` Edward Shishkin
2008-08-07  0:44       ` Dushan Tcholich
2008-08-08 15:04     ` Ryan Hope
2008-08-08 20:54       ` Edward Shishkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.