]> asedeno.scripts.mit.edu Git - linux.git/commit
driver core: add __printf verification to device_create_groups_vargs
authorMathieu Malaterre <malat@debian.org>
Sat, 5 May 2018 19:57:41 +0000 (21:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 14:59:21 +0000 (16:59 +0200)
commit6a8b55d7f2265efdabf257211b662400615cf580
treefc3f2ff428963666a1dd357d22cc5bf1dccc6f2c
parent085aa2de568493d7cde52126512d37260077811a
driver core: add __printf verification to device_create_groups_vargs

__printf is useful to verify format and arguments. Remove the following
warning (with W=1):

  drivers/base/core.c:2435:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c