]> 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)
commitef7ecb4837dd3cc8fafd42b402fbb5e7c957b97d
tree14977ab479d05c084010dfb55f360a046060b458
parent3388beb1afb6a6fcdd6c914a8928d3133b660044
parent75948c6d0bb1129b2e0cbeb267f7fd2e2cae62d8
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