Thread (5 messages) read the whole thread 5 messages, 3 authors, 2019-04-09

Re: [PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively

From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2019-03-25 21:19:12
Also in: ceph-devel, linux-acpi, linux-arm-kernel, linux-block, linux-btrfs, linux-f2fs-devel, linux-mm, linux-mmc, linux-pci, linux-pm, linux-scsi, linux-um, lkml, nvdimm, sparclinux

On Mon, Mar 25, 2019 at 09:32:28PM +0200, Sakari Ailus wrote:
%pF and %pf are functionally equivalent to %pS and %ps conversion
specifiers. The former are deprecated, therefore switch the current users
to use the preferred variant.

The changes have been produced by the following command:

	git grep -l '%p[fF]' | grep -v '^\(tools\|Documentation\)/' | \
	while read i; do perl -i -pe 's/%pf/%ps/g; s/%pF/%pS/g;' $i; done

And verifying the result.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: David Sterba <dsterba@suse.com> (for btrfs)
Acked-by: Mike Rapoport <redacted> (for mm/memblock.c)
Acked-by: Rafael J. Wysocki <redacted>
Acked-by: Bjorn Helgaas <bhelgaas@google.com> (for drivers/pci)

Thanks a lot for cleaning this up.  This has been annoying for a long time.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help