* [PATCH 0/5] ext2: Merge string literals on adjacent lines
@ 2014-07-22 17:58 Artemiy Volkov
2014-07-23 8:13 ` Dan Carpenter
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Artemiy Volkov @ 2014-07-22 17:58 UTC (permalink / raw)
To: kernel-janitors
Join lines and merge strings in ext2 files for ease of grep-ability, one file per patch.
Artemiy Volkov (5):
ext2: super.c: Merge string literals on adjacent lines
ext2: balloc.c: Merge string literals on adjacent lines
ext2: dir.c: Merge string literals on adjacent lines
ext2: inode.c: Merge string literals on adjacent lines
ext2: xip.c: Merge string literals on adjacent lines
fs/ext2/balloc.c | 32 +++++++++++-------------------
fs/ext2/dir.c | 11 +++++------
fs/ext2/ialloc.c | 6 ++----
fs/ext2/super.c | 60 +++++++++++++++++++++++---------------------------------
fs/ext2/xip.c | 3 +--
5 files changed, 43 insertions(+), 69 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/5] ext2: Merge string literals on adjacent lines
2014-07-22 17:58 [PATCH 0/5] ext2: Merge string literals on adjacent lines Artemiy Volkov
@ 2014-07-23 8:13 ` Dan Carpenter
2014-07-23 10:02 ` Artemiy Volkov
2014-07-23 10:22 ` Dan Carpenter
2 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2014-07-23 8:13 UTC (permalink / raw)
To: kernel-janitors
On Wed, Jul 23, 2014 at 03:58:32AM +1000, Artemiy Volkov wrote:
> Join lines and merge strings in ext2 files for ease of grep-ability, one file per patch.
>
To be honest, I don't know if the ext2 devs really want to bother with
this...
regards,
dan carpenter
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/5] ext2: Merge string literals on adjacent lines
2014-07-22 17:58 [PATCH 0/5] ext2: Merge string literals on adjacent lines Artemiy Volkov
2014-07-23 8:13 ` Dan Carpenter
@ 2014-07-23 10:02 ` Artemiy Volkov
2014-07-23 10:22 ` Dan Carpenter
2 siblings, 0 replies; 4+ messages in thread
From: Artemiy Volkov @ 2014-07-23 10:02 UTC (permalink / raw)
To: kernel-janitors
On Wed, 23 Jul 2014, Dan Carpenter wrote:
> On Wed, Jul 23, 2014 at 03:58:32AM +1000, Artemiy Volkov wrote:
>> Join lines and merge strings in ext2 files for ease of grep-ability, one file per patch.
>>
>
> To be honest, I don't know if the ext2 devs really want to bother with
> this...
>
> regards,
> dan carpenter
>
>
OK, thanks for the info. Is there maybe a way to know in advance if maintainers
of a certain subsystem wouldn't accept this kind of janitorial patches?
Best regards,
Artemiy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/5] ext2: Merge string literals on adjacent lines
2014-07-22 17:58 [PATCH 0/5] ext2: Merge string literals on adjacent lines Artemiy Volkov
2014-07-23 8:13 ` Dan Carpenter
2014-07-23 10:02 ` Artemiy Volkov
@ 2014-07-23 10:22 ` Dan Carpenter
2 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2014-07-23 10:22 UTC (permalink / raw)
To: kernel-janitors
On Wed, Jul 23, 2014 at 08:02:12PM +1000, Artemiy Volkov wrote:
>
>
> On Wed, 23 Jul 2014, Dan Carpenter wrote:
>
> >On Wed, Jul 23, 2014 at 03:58:32AM +1000, Artemiy Volkov wrote:
> >>Join lines and merge strings in ext2 files for ease of grep-ability, one file per patch.
> >>
> >
> >To be honest, I don't know if the ext2 devs really want to bother with
> >this...
> >
> >regards,
> >dan carpenter
> >
> >
>
> OK, thanks for the info. Is there maybe a way to know in advance if maintainers
> of a certain subsystem wouldn't accept this kind of janitorial patches?
This patch mostly feels like something to make checkpatch not complain
and not something with other value than that. Those kinds of patches
are totally welcome in staging.
Outside of staging it should be something where a human says, "Yes.
This definitely makes the code more readable."
Bug fixes are accepted everywhere.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-23 10:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 17:58 [PATCH 0/5] ext2: Merge string literals on adjacent lines Artemiy Volkov
2014-07-23 8:13 ` Dan Carpenter
2014-07-23 10:02 ` Artemiy Volkov
2014-07-23 10:22 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).