From: Don Mullis <dwm@meer.net>
To: lkml <linux-kernel@vger.kernel.org>
Subject: Re: [patch 6/6] process filtering for fault-injection capabilities [bug fix]
Date: Wed, 06 Sep 2006 09:07:28 -0700 [thread overview]
Message-ID: <1157558848.9460.54.camel@localhost.localdomain> (raw)
Type agreement in sscanf().
Signed-off-by: Don Mullis <dwm@meer.net>
---
lib/should_fail.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.17/lib/should_fail.c
===================================================================
--- linux-2.6.17.orig/lib/should_fail.c
+++ linux-2.6.17/lib/should_fail.c
@@ -16,7 +16,7 @@ int setup_should_fail(struct should_fail
unsigned long filter;
/* "<probability>,<interval>,<times>,<space>,<process-filter>" */
- if (sscanf(str, "%lu,%lu,%d,%d,%d", &probability, &interval, ×,
+ if (sscanf(str, "%lu,%lu,%d,%d,%lu", &probability, &interval, ×,
&space, &filter) < 5)
return 0;
reply other threads:[~2006-09-06 16:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1157558848.9460.54.camel@localhost.localdomain \
--to=dwm@meer.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®