Messages in this thread |  | | Date | Wed, 4 Oct 2017 14:08:47 +0200 | From | Petr Mladek <> | Subject | Re: [PATCHv3 7/7] checkpatch: add pF/pf deprecation warning |
| |
On Sat 2017-09-30 11:53:19, Sergey Senozhatsky wrote: > We deprecated '%pF/%pf' printk specifiers, since '%pS/%ps' is now smart > enough to handle function pointer dereference on platforms where such > dereference is required. > > checkpatch warning example: > > WARNING: Deprecated vsprintf pointer extension '%pF' - use %pS instead > > Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> > Signed-off-by: Joe Perches <joe@perches.com> > Cc: Andy Whitcroft <apw@canonical.com> > Tested-by: Helge Deller <deller@gmx.de> # parisc64 > Tested-by: Santosh Sivaraj <santosh@fossix.org> # powerpc64 > Acked-by: Michael Ellerman <mpe@ellerman.id.au> # powerpc64 > Tested-by: Tony Luck <tony.luck@intel.com> # ia64
Reviewed-by: Petr Mladek <pmladek@suse.com>
Best Regards, Petr
|  |