On Mon, 5 Aug 2019 09:29:50 -0700
Randy Dunlap wrote:
> From: Randy Dunlap
>
> Ignore __printf() function attributes just as other __attribute__
> strings are ignored.
>
> Fixes this kernel-doc warning message:
> include/kunit/kunit-stream.h:58: warning: Function parameter or member '2'
> not
From: Randy Dunlap
Ignore __printf() function attributes just as other __attribute__
strings are ignored.
Fixes this kernel-doc warning message:
include/kunit/kunit-stream.h:58: warning: Function parameter or member '2' not
described in '__printf'
Reported-by: kbuild test robot
Signed-off-by: