]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Dec 2019 19:48:21 +0000 (11:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Dec 2019 19:48:21 +0000 (11:48 -0800)
commitd7d6274b1de7433efbd7eac3f2a463fab6622250
tree14977ab479d05c084010dfb55f360a046060b458
parent8b1ecfd4684ae0e2a76851754ebc8a6ca940476c
parent673a69740c63510ae1bae99b5dd11699c264adcf
Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk

Pull pr_warning() removal from Petr Mladek.

 - Final removal of the unused pr_warning() alias.

You're supposed to use just "pr_warn()" in the kernel.

* tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk:
  checkpatch: Drop pr_warning check
  printk: Drop pr_warning definition
  Fix up for "printk: Drop pr_warning definition"
  workqueue: Use pr_warn instead of pr_warning
scripts/checkpatch.pl