Re: [PATCH] driver core: add __printf verification to __ata_ehi_pushv_desc
From: Tejun Heo <tj@kernel.org>
Date: 2018-05-07 15:39:34
Also in:
lkml
From: Tejun Heo <tj@kernel.org>
Date: 2018-05-07 15:39:34
Also in:
lkml
On Sat, May 05, 2018 at 10:00:37PM +0200, Mathieu Malaterre wrote:
__printf is useful to verify format and arguments. Remove the following warning (with W=1): drivers/ata/libata-eh.c:183:10: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] Signed-off-by: Mathieu Malaterre <redacted>
Applied to libata/for-4.17-fixes. Thanks. -- tejun