From: shinkoi2005a <shinkoi2005a@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: printk format "%4.4s"
Date: Mon, 17 Sep 2007 09:57:56 +0900 [thread overview]
Message-ID: <46EDD114.7010403@gmail.com> (raw)
Hi, all
I have a question about printk format.
Can printk format use "%4.4s"?
This format is used following source.
#############
drivers/acpi/tables/tbinstal.c
ACPI_ERROR((AE_INFO,
"Table has invalid signature [%4.4s], must be SSDT, PSDT or OEMx",
table_desc->pointer->signature));
##############
At least, my dmesg is buggy output like that..
##############
$ dmesg
(snip)
ACPI Warning (tbutils-0158): Incorrect checksum in table [ ^E礑 - 00, should b
e F6 [20070126]
ACPI Error (tbinstal-0134): Table has invalid signature [ ^E礑, must be SSDT, P
SDT or OEMx [20070126]
(snip)
##############
next reply other threads:[~2007-09-17 0:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-17 0:57 shinkoi2005a [this message]
2007-09-17 8:16 ` printk format "%4.4s" Benny Halevy
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=46EDD114.7010403@gmail.com \
--to=shinkoi2005a@gmail.com \
--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 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.