From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shuah Khan Subject: Re: [PATCH Resend] memfd_test: Add missing argument to printf() Date: Thu, 04 Sep 2014 12:31:57 -0600 Message-ID: <5408B01D.50804@osg.samsung.com> References: <1409846302-3513-1-git-send-email-bobby.prani@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1409846302-3513-1-git-send-email-bobby.prani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Pranith Kumar , Andrew Morton , Hugh Dickins , David Herrmann , "open list:KERNEL SELFTEST F..." , open list , Shuah Khan List-Id: linux-api@vger.kernel.org On 09/04/2014 09:58 AM, Pranith Kumar wrote: > Add a missing path argument buf to printf() > > Signed-off-by: Pranith Kumar > Reviewed-by: David Herrmann > --- > 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(); > } > } > Thanks. I queued it for 3.17 fixes. -- Shuah -- Shuah Khan Sr. Linux Kernel Developer Samsung Research America (Silicon Valley) shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org | (970) 217-8978