From: domen@coderock.org
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, domen@coderock.org, clucas@rotomalug.org
Subject: [patch 6/8] printk : drivers/char/ftape/compressor/zftape-compress.c
Date: Fri, 08 Apr 2005 09:51:07 +0200 [thread overview]
Message-ID: <20050408075107.EE85A1EE91@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/ftape/compressor/zftape-compress.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -puN drivers/char/ftape/compressor/zftape-compress.c~printk-drivers_char_ftape_compressor_zftape-compress drivers/char/ftape/compressor/zftape-compress.c
--- kj/drivers/char/ftape/compressor/zftape-compress.c~printk-drivers_char_ftape_compressor_zftape-compress 2005-04-05 12:58:03.000000000 +0200
+++ kj-domen/drivers/char/ftape/compressor/zftape-compress.c 2005-04-05 12:58:03.000000000 +0200
@@ -1176,8 +1176,8 @@ KERN_INFO "Compressor for zftape (lzrw3
}
#else /* !MODULE */
/* print a short no-nonsense boot message */
- printk("zftape compressor v1.00a 970514\n");
- printk("For use with " FTAPE_VERSION "\n");
+ printk(KERN_INFO "zftape compressor v1.00a 970514\n");
+ printk(KERN_INFO "For use with " FTAPE_VERSION "\n");
#endif /* MODULE */
TRACE(ft_t_info, "zft_compressor_init @ 0x%p", zft_compressor_init);
TRACE(ft_t_info, "installing compressor for zftape ...");
_
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=20050408075107.EE85A1EE91@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