From: domen@coderock.org
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, domen@coderock.org, clucas@rotomalug.org
Subject: [patch 5/8] printk : drivers/char/applicom.c
Date: Fri, 08 Apr 2005 09:51:04 +0200 [thread overview]
Message-ID: <20050408075104.8FDE11F39A@trashy.coderock.org> (raw)
printk() calls should include appropriate KERN_* constant.
Signed-off-by: Christophe Lucas <clucas@rotomalug.org>
Signed-off-by: Domen Puncer <domen@coderock.org>
---
kj-domen/drivers/char/applicom.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/char/applicom.c~printk-drivers_char_applicom drivers/char/applicom.c
--- kj/drivers/char/applicom.c~printk-drivers_char_applicom 2005-04-05 12:58:02.000000000 +0200
+++ kj-domen/drivers/char/applicom.c 2005-04-05 12:58:02.000000000 +0200
@@ -599,7 +599,7 @@ static ssize_t ac_read (struct file *fil
#ifdef DEBUG
if (loopcount++ > 2) {
- printk("Looping in ac_read. loopcount %d\n", loopcount);
+ printk(KERN_DEBUG "Looping in ac_read. loopcount %d\n", loopcount);
}
#endif
}
_
reply other threads:[~2005-04-08 8:00 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=20050408075104.8FDE11F39A@trashy.coderock.org \
--to=domen@coderock.org \
--cc=akpm@osdl.org \
--cc=clucas@rotomalug.org \
--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®