bcache: replace '%pF' by '%pS' in seq_printf()
authorColy Li <colyli@suse.de>
Sat, 11 Aug 2018 05:19:51 +0000 (13:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 11 Aug 2018 21:46:41 +0000 (15:46 -0600)
commitd9c61d30e86a024b2f7c728706b8ab2c9e6ec2c1
treefacc8a6f7c9b0f5ed941b644683449efd0bf908d
parentc63ca7871aa3f1777e2af978ea1967b2f5bf0ae2
bcache: replace '%pF' by '%pS' in seq_printf()

'%pF' and '%pf' are deprecated vsprintf pointer extensions, this patch
replace them by '%pS', which is suggested by checkpatch.pl.

Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Shenghui Wang <shhuiw@foxmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/closure.c