From: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] Fix messages (inc. debug compile failure) introduced when
Date: Mon, 29 Sep 2008 16:37:44 +0000 [thread overview]
Message-ID: <48E10458.1020306@tuffmail.co.uk> (raw)
My bad.
Signed-off-by: <alan-jenkins@tuffmail.co.uk>
diff --git a/udev/udev_rules_parse.c b/udev/udev_rules_parse.c
index 81ba51f..b7ae06a 100644
--- a/udev/udev_rules_parse.c
+++ b/udev/udev_rules_parse.c
@@ -63,7 +63,7 @@ struct udev_rule *udev_rules_iter_goto(struct udev_rules_iter *iter, size_t rule
struct udev_rules *rules = iter->rules;
struct udev_rule *rule;
- dbg(rules->udev "current=%zi\n", iter->current);
+ dbg(rules->udev, "current=%zi\n", iter->current);
iter->current = rule_off;
rule = (struct udev_rule *) (rules->buf + iter->current);
@@ -745,10 +745,10 @@ static int parse_file(struct udev_rules *rules, const char *filename)
if (rule->goto_label.operation != KEY_OP_UNSET) {
char *goto_label = &rule->buf[rule->goto_label.val_off];
- dbg(rules->udev, "resolving goto label '%s'", goto_label);
+ dbg(rules->udev, "resolving goto label '%s'\n", goto_label);
rule->goto_rule_off = find_label(&iter, goto_label);
if (rule->goto_rule_off = iter.current) {
- err(rules->udev, "goto nonexistent label '%s' in '%s'",
+ err(rules->udev, "goto nonexistent label '%s' in '%s'\n",
goto_label, filename);
}
}
next reply other threads:[~2008-09-29 16:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-29 16:37 Alan Jenkins [this message]
2008-09-29 16:41 ` [PATCH] Fix messages (inc. debug compile failure) introduced Kay Sievers
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=48E10458.1020306@tuffmail.co.uk \
--to=alan-jenkins@tuffmail.co.uk \
--cc=linux-hotplug@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.