[PATCH 0/4] part2: kill pr_warning from kernel

From: Kefeng Wang
Date: Wed Nov 27 2019 - 19:50:19 EST


This is the part2 of kill pr_warning, as most pr_warning conversion merged
into v5.5, let's cleanup the last two stragglers. Then, completely drop
pr_warning defination in printk.h and check in checkpatch.pl.

Part1: https://lore.kernel.org/lkml/20190920062544.180997-1-wangkefeng.wang@xxxxxxxxxx

Kefeng Wang (4):
workqueue: Use pr_warn instead of pr_warning
staging: isdn: gigaset: Use pr_warn instead of pr_warning
printk: Drop pr_warning definition
checkpatch: Drop pr_warning check

drivers/staging/isdn/gigaset/interface.c | 2 +-
include/linux/printk.h | 3 +--
kernel/workqueue.c | 4 ++--
scripts/checkpatch.pl | 9 ---------
4 files changed, 4 insertions(+), 14 deletions(-)

--
2.20.1