From: Anssi Hannula <anssi@mageia.org>
To: linux-modules@vger.kernel.org
Subject: [PATCH 2/2] depmod: fix debug print parameter order
Date: Wed, 19 Mar 2014 01:26:01 +0200 [thread overview]
Message-ID: <1395185161-13687-2-git-send-email-anssi@mageia.org> (raw)
In-Reply-To: <1395185161-13687-1-git-send-email-anssi@mageia.org>
---
tools/depmod.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/depmod.c b/tools/depmod.c
index 328e578..37e6afd 100644
--- a/tools/depmod.c
+++ b/tools/depmod.c
@@ -1167,7 +1167,7 @@ static int depmod_module_is_higher_priority(const struct depmod *depmod, const s
oldprio = bprio;
DBG("priorities: built-in: %d, old: %d, new: %d\n",
- bprio, newprio, oldprio);
+ bprio, oldprio, newprio);
return newprio <= oldprio;
}
--
1.8.1.5
next prev parent reply other threads:[~2014-03-19 2:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-18 23:26 [PATCH 1/2] depmod: do not allow partial matches with "search" directive Anssi Hannula
2014-03-18 23:26 ` Anssi Hannula [this message]
2014-03-19 12:24 ` Lucas De Marchi
2014-03-19 21:12 ` Anssi Hannula
2014-03-19 21:22 ` Lucas De Marchi
2014-03-19 21:50 ` Anssi Hannula
2014-03-20 2:47 ` Lucas De Marchi
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=1395185161-13687-2-git-send-email-anssi@mageia.org \
--to=anssi@mageia.org \
--cc=linux-modules@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;
as well as URLs for NNTP newsgroup(s).