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 <[email protected]> > Signed-off-by: Joe Perches <[email protected]> > Cc: Andy Whitcroft <[email protected]> > Tested-by: Helge Deller <[email protected]> # parisc64 > Tested-by: Santosh Sivaraj <[email protected]> # powerpc64 > Acked-by: Michael Ellerman <[email protected]> # powerpc64 > Tested-by: Tony Luck <[email protected]> # ia64
Reviewed-by: Petr Mladek <[email protected]> Best Regards, Petr

