[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191128004752.35268-1-wangkefeng.wang@huawei.com>
Date: Thu, 28 Nov 2019 08:47:48 +0800
From: Kefeng Wang <wangkefeng.wang@...wei.com>
To: <pmladek@...e.com>, <joe@...ches.com>,
<linux-kernel@...r.kernel.org>
CC: <gregkh@...uxfoundation.org>, <tj@...nel.org>, <arnd@...db.de>,
<sergey.senozhatsky@...il.com>, <rostedt@...dmis.org>,
Kefeng Wang <wangkefeng.wang@...wei.com>
Subject: [PATCH 0/4] part2: kill pr_warning from kernel
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@huawei.com
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
Powered by blists - more mailing lists