[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANq1E4S+neOh0pQgvrN658iCe9Kmdpv0P9V2HTvrxxy3n+yGVQ@mail.gmail.com>
Date: Mon, 1 Sep 2014 13:30:55 +0200
From: David Herrmann <dh.herrmann@...il.com>
To: Pranith Kumar <bobby.prani@...il.com>
Cc: Hugh Dickins <hughd@...gle.com>,
Andrew Morton <akpm@...ux-foundation.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] memfd_test: Add missing argument to printf()
Hi
On Sun, Aug 31, 2014 at 8:00 PM, Pranith Kumar <bobby.prani@...il.com> wrote:
> Add a missing path argument buf to printf()
>
> Signed-off-by: Pranith Kumar <bobby.prani@...il.com>
Looks good:
Reviewed-by: David Herrmann <dh.herrmann@...il.com>
Thanks
David
> ---
> tools/testing/selftests/memfd/memfd_test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/memfd/memfd_test.c b/tools/testing/selftests/memfd/memfd_test.c
> index 3634c90..c343df8 100644
> --- a/tools/testing/selftests/memfd/memfd_test.c
> +++ b/tools/testing/selftests/memfd/memfd_test.c
> @@ -205,7 +205,7 @@ static void mfd_fail_open(int fd, int flags, mode_t mode)
> sprintf(buf, "/proc/self/fd/%d", fd);
> r = open(buf, flags, mode);
> if (r >= 0) {
> - printf("open(%s) didn't fail as expected\n");
> + printf("open(%s) didn't fail as expected\n", buf);
> abort();
> }
> }
> --
> 2.1.0
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists