Re: [PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
"Rafael J. Wysocki" <[email protected]>
| Newsgroups | gmane.linux.drivers.devicetree,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.ppc64.devel,gmane.comp.boot-loaders.tboot.devel,gmane.comp.freedesktop.xorg.nouveau,gmane.linux.oprofile,gmane.linux.acpi.devel,gmane.linux.kernel.drbd.devel,gmane.linux.kernel.cryptoapi,gmane.linux.ide,gmane.linux.drivers.video-input-infrastructure,gmane.linux.ports.arm.omap,gmane.linux.drivers.mtd,gmane.linux.acpi.acpi4asus.user,gmane.linux.drivers.platform.x86.devel,gmane.linux.scsi,gmane.linux.alsa.devel,gmane.linux.ports.alpha,gmane.linux.ports.ia64,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.comp.freedesktop.amd-gfx,gmane.comp.video.dri.devel,gmane.linux.kernel.input,gmane.linux.network |
|---|---|
| Message-ID | <CAJZ5v0gNcGtnXpE1n6LSq7ey+UDKx+oQfmTg0_PgFwzB0Dd_5A@mail.gmail.com> |
On Fri, Feb 17, 2017 at 8:11 AM, Joe Perches <[email protected]> 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. Sorry about asking if that has been asked already. Wouldn't it be slightly less intrusive to simply redefined pr_warning() as a synonym for pr_warn()? Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html