Re: [PATCH v3 3/4] slub: Indicate slab_fix() uses printf formats
From: David Rientjes <rientjes@google.com>
Date: 2021-06-06 00:06:57
Also in:
lkml
From: David Rientjes <rientjes@google.com>
Date: 2021-06-06 00:06:57
Also in:
lkml
On Tue, 1 Jun 2021, Stephen Boyd wrote:
From: Joe Perches <joe@perches.com> Ideally, slab_fix() would be marked with __printf and the format here would not use \n as that's emitted by the slab_fix(). Make these changes. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Vlastimil Babka <redacted> Signed-off-by: Stephen Boyd <redacted>
Acked-by: David Rientjes <rientjes@google.com>