All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nick Andrew <nick@nick-andrew.net>
To: mingo@elte.hu, trivial@kernel.org, neilb@suse.de
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org
Subject: Re: [PATCH 1/2] RAID: Remove leading TAB on printk messages
Date: Sun, 13 Apr 2008 02:24:29 +1000	[thread overview]
Message-ID: <20080412162429.GA29599@tull.net> (raw)
In-Reply-To: <20080411080637.12362.47954.stgit@marcab.local.tull.net>

On Fri, Apr 11, 2008 at 06:06:37PM +1000, Nick Andrew wrote:
> +	printk(KERN_ALERT "raid1: Disk failure on %s, disabling device.\n"
> +		"raid1: Operation continuing on %d devices.\n",

Note: It wasn't known at the time, but the use of a multi-line string
in printk will cause one line to be emitted at KERN_ALERT level, and
the subsequent lines at default_message_loglevel, which is usually
something different.

My patch just posted in msg <20080412161733.24882.30930.stgit@marcab.local.tull.net>
resolves this problem.

Nick.
-- 
PGP Key ID = 0x418487E7                      http://www.nick-andrew.net/
PGP Key fingerprint = B3ED 6894 8E49 1770 C24A  67E3 6266 6EB9 4184 87E7

      parent reply	other threads:[~2008-04-12 16:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-11  8:06 [PATCH 1/2] RAID: Remove leading TAB on printk messages Nick Andrew
2008-04-11  8:07 ` [PATCH 2/2] RAID: remove trailing space from printk line Nick Andrew
2008-04-12 16:24 ` Nick Andrew [this message]

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=20080412162429.GA29599@tull.net \
    --to=nick@nick-andrew.net \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=neilb@suse.de \
    --cc=trivial@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.