]> 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)
commit2138c94ecf54fe1c7b24ba9fe61a1833feb4a82d
tree68144270189cbe50c9d2fe84bcbbbab6e40b3b29
parent258b743edff56da5bd44b6816d375f4aeb7ed088
parent6e4e2e2f33922426d155cc0eaf4730bc2ac2e297
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>