From: Bjorn Helgaas <helgaas@kernel•org>
To: Sakari Ailus <sakari.ailus@linux•intel.com>
Cc: Petr Mladek <pmladek@suse•com>,
linux-scsi@vger•kernel.org, linux-pm@vger•kernel.org,
linux-mmc@vger•kernel.org, linux-nvdimm@lists•01.org,
linux-um@lists•infradead.org, linux-kernel@vger•kernel.org,
linux-f2fs-devel@lists•sourceforge.net,
linux-block@vger•kernel.org, linux-acpi@vger•kernel.org,
netdev@vger•kernel.org, linux-btrfs@vger•kernel.org,
linux-pci@vger•kernel.org, sparclinux@vger•kernel.org,
xen-devel@lists•xenproject.org, ceph-devel@vger•kernel.org,
Andy Shevchenko <andriy.shevchenko@linux•intel.com>,
linux-mm@kvack•org, linux-arm-kernel@lists•infradead.org,
drbd-dev@lists•linbit.com
Subject: Re: [PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Date: Mon, 25 Mar 2019 16:19:06 -0500 [thread overview]
Message-ID: <20190325211906.GA24180@google.com> (raw)
In-Reply-To: <20190325193229.23390-1-sakari.ailus@linux.intel.com>
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 <rppt@linux•ibm.com> (for mm/memblock.c)
> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel•com>
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.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-03-25 21:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-25 19:32 [PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively Sakari Ailus
2019-03-25 21:19 ` Bjorn Helgaas [this message]
2019-03-26 13:35 ` Petr Mladek
2019-04-03 11:28 ` Sakari Ailus
2019-04-09 13:02 ` Petr Mladek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190325211906.GA24180@google.com \
--to=helgaas@kernel$(echo .)org \
--cc=andriy.shevchenko@linux$(echo .)intel.com \
--cc=ceph-devel@vger$(echo .)kernel.org \
--cc=drbd-dev@lists$(echo .)linbit.com \
--cc=linux-acpi@vger$(echo .)kernel.org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-block@vger$(echo .)kernel.org \
--cc=linux-btrfs@vger$(echo .)kernel.org \
--cc=linux-f2fs-devel@lists$(echo .)sourceforge.net \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mm@kvack$(echo .)org \
--cc=linux-mmc@vger$(echo .)kernel.org \
--cc=linux-nvdimm@lists$(echo .)01.org \
--cc=linux-pci@vger$(echo .)kernel.org \
--cc=linux-pm@vger$(echo .)kernel.org \
--cc=linux-scsi@vger$(echo .)kernel.org \
--cc=linux-um@lists$(echo .)infradead.org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pmladek@suse$(echo .)com \
--cc=sakari.ailus@linux$(echo .)intel.com \
--cc=sparclinux@vger$(echo .)kernel.org \
--cc=xen-devel@lists$(echo .)xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox