Re: [PATCH] selftests/memfd: fix mfd_fail_open() to pass in buf to printf

From: Pranith Kumar
Date: Thu Sep 04 2014 - 11:17:08 EST


On Thu, Sep 4, 2014 at 11:07 AM, Shuah Khan <shuahkh@xxxxxxxxxxxxxxx> wrote:
> mfd_fail_open() doesn't pass in the buffer to printf resulting
> in the following warning:
>
> memfd_test.c: In function âmfd_fail_openâ:
> memfd_test.c:208:3: warning: format â%sâ expects a matching âchar *â argument [-Wformat=]
> printf("open(%s) didn't fail as expected\n");
> ^
>
> This change fixes the problem.
>
> Signed-off-by: Shuah Khan <shuahkh@xxxxxxxxxxxxxxx>

Hi Shuah,

I already sent in a patch to fix this:

https://lkml.org/lkml/2014/8/31/85

Can you please pick that up?

Thanks!
--
Pranith
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/