netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Peter Korsgaard <jacmet@sunsite.dk>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] dm9601: Fix printk
Date: Fri, 23 Nov 2007 21:03:00 -0500	[thread overview]
Message-ID: <47478654.2060107@garzik.org> (raw)
In-Reply-To: <E1Iu9pB-0002xZ-5J@nanv.dk>

Peter Korsgaard wrote:
> A printk in the error handling code of dm9601.c was missing a newline.
> 
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
>  drivers/net/usb/dm9601.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c
> index 2c68573..1ffdd10 100644
> --- a/drivers/net/usb/dm9601.c
> +++ b/drivers/net/usb/dm9601.c
> @@ -94,7 +94,7 @@ static void dm_write_async_callback(struct urb *urb)
>  	struct usb_ctrlrequest *req = (struct usb_ctrlrequest *)urb->context;
>  
>  	if (urb->status < 0)
> -		printk(KERN_DEBUG "dm_write_async_callback() failed with %d",
> +		printk(KERN_DEBUG "dm_write_async_callback() failed with %d\n",
>  		       urb->status);
>  

applied #upstream-fixes



      reply	other threads:[~2007-11-24  2:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-15 10:01 [PATCH] dm9601: Fix printk Peter Korsgaard
2007-11-24  2:03 ` Jeff Garzik [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=47478654.2060107@garzik.org \
    --to=jeff@garzik.org \
    --cc=jacmet@sunsite.dk \
    --cc=netdev@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;
as well as URLs for NNTP newsgroup(s).