Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1587047
| From | Emil Velikov <emil.l.velikov@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn |
| Date | 2017-02-23 18:50 +0100 |
| Message-ID | <te5GF-4ww-5@gated-at.bofh.it> (permalink) |
| References | <tbKZH-176-3@gated-at.bofh.it> <te3vb-35q-5@gated-at.bofh.it> <te5nk-4nQ-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 23 February 2017 at 17:18, Joe Perches <joe@perches.com> wrote: > On Thu, 2017-02-23 at 09:28 -0600, Rob Herring wrote: >> On Fri, Feb 17, 2017 at 1:11 AM, Joe Perches <joe@perches.com> wrote: >> > There are ~4300 uses of pr_warn and ~250 uses of the older >> > pr_warning in the kernel source tree. >> > >> > Make the use of pr_warn consistent across all kernel files. >> > >> > This excludes all files in tools/ as there is a separate >> > define pr_warning for that directory tree and pr_warn is >> > not used in tools/. >> > >> > Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing. > [] >> Where's the removal of pr_warning so we don't have more sneak in? > > After all of these actually get applied, > and maybe a cycle or two later, one would > get sent. > By which point you'll get a few reincarnation of it. So you'll have to do the same exercise again :-( I guess the question is - are you expecting to get the series merged all together/via one tree ? If not, your plan is perfectly reasonable. Fwiw in the DRM subsystem, similar cleanups does purge the respective macros/other with the final commit. But there one can pull the lot in one go. Regards, Emil
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn Joe Perches <joe@perches.com> - 2017-02-17 08:30 +0100
[PATCH 04/35] arch/blackfin: Convert remaining uses of pr_warning to pr_warn Joe Perches <joe@perches.com> - 2017-02-17 08:30 +0100
Re: [PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn "Rafael J. Wysocki" <rafael@kernel.org> - 2017-02-17 13:40 +0100
Re: [PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn Rob Herring <robh@kernel.org> - 2017-02-23 16:30 +0100
Re: [PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn Joe Perches <joe@perches.com> - 2017-02-23 18:30 +0100
Re: [PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn Emil Velikov <emil.l.velikov@gmail.com> - 2017-02-23 18:50 +0100
Re: [PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn Joe Perches <joe@perches.com> - 2017-02-23 19:00 +0100
csiph-web