parport: Convert printk(KERN_<LEVEL> to pr_<level>(
authorJoe Perches <joe@perches.com>
Fri, 3 Apr 2020 13:43:16 +0000 (14:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Apr 2020 15:05:37 +0000 (17:05 +0200)
commitdecf26f6ec25dac868782dc1751623a87d147831
tree5aae411a80095a40854ac94598b455a9d6bbd82d
parentd98ce9fef73d74fa8b1301a9da3fb95ae0a1536f
parport: Convert printk(KERN_<LEVEL> to pr_<level>(

Use the more common kernel style.

Miscellanea:

o Coalesce formats
o Realign arguments

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Link: https://lore.kernel.org/r/20200403134325.11523-2-sudipm.mukherjee@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 files changed:
drivers/parport/daisy.c
drivers/parport/ieee1284.c
drivers/parport/ieee1284_ops.c
drivers/parport/parport_amiga.c
drivers/parport/parport_atari.c
drivers/parport/parport_cs.c
drivers/parport/parport_gsc.c
drivers/parport/parport_ip32.c
drivers/parport/parport_mfc3.c
drivers/parport/parport_pc.c
drivers/parport/parport_sunbpp.c
drivers/parport/probe.c
drivers/parport/share.c