All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Christie <michaelc@cs.wisc.edu>
To: Meelis Roos <mroos@linux.ee>
Cc: linux-scsi@vger.kernel.org, open-iscsi <open-iscsi@googlegroups.com>
Subject: Re: [PATCH] newline in iscsi printk
Date: Thu, 30 Nov 2006 06:04:24 -0600	[thread overview]
Message-ID: <456EC8C8.8070206@cs.wisc.edu> (raw)
In-Reply-To: <Pine.SOC.4.61.0611301336530.23558@math.ut.ee>

Meelis Roos wrote:
> This patch against 2.6.19 cures two runtogether printk messages in iSCSI 
> driver.
> 
> diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c
> index 9b25124..2648dbd 100644
> --- a/drivers/scsi/scsi_transport_iscsi.c
> +++ b/drivers/scsi/scsi_transport_iscsi.c
> @@ -1414,7 +1414,7 @@ static __init int iscsi_transport_init(void)
>  {
>  	int err;
>  
> -	printk(KERN_INFO "Loading iSCSI transport class v%s.",
> +	printk(KERN_INFO "Loading iSCSI transport class v%s.\n",
>  		ISCSI_TRANSPORT_VERSION);
>  
>  	err = class_register(&iscsi_transport_class);
> 

ACK.

If James does not pick this up, then I will put it in my patchset.
Thanks for the patch.

      reply	other threads:[~2006-11-30 18:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-30 11:38 [PATCH] newline in iscsi printk Meelis Roos
2006-11-30 12:04 ` Mike Christie [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=456EC8C8.8070206@cs.wisc.edu \
    --to=michaelc@cs.wisc.edu \
    --cc=linux-scsi@vger.kernel.org \
    --cc=mroos@linux.ee \
    --cc=open-iscsi@googlegroups.com \
    /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.