]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'markup-some-printk-like-functions'
authorJakub Kicinski <kuba@kernel.org>
Fri, 30 Oct 2020 18:31:46 +0000 (11:31 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 30 Oct 2020 18:31:46 +0000 (11:31 -0700)
commit7f856301ee68a763e3557c246fe1023d99a78930
tree68144270189cbe50c9d2fe84bcbbbab6e40b3b29
parent9fde5055507cd5d52d293b150a37b9a23d3bd290
parent837419c5a9aa0c9a20c21258e9212758508f75b8
Merge branch 'markup-some-printk-like-functions'

Andrew Lunn says:

====================
Markup some printk like functions

W=1 warns of functions which look like printk but don't have
attributes so the compile can check that arguments matches the format
string.
====================

Link: https://lore.kernel.org/r/20201028003849.929490-1-andrew@lunn.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>