Thread (15 messages) 15 messages, 6 authors, 2019-03-25

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

From: David Sterba <hidden>
Date: 2019-03-22 14:29:19
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 Fri, Mar 22, 2019 at 03:21:07PM +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>
---
For 
 fs/btrfs/tests/free-space-tree-tests.c  |  4 ++--
 include/trace/events/btrfs.h            |  2 +-
Acked-by: David Sterba <dsterba@suse.com>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help