From: Joe Perches <joe@perches.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/5] appledisplay: Convert /n to \n
Date: Tue, 20 May 2014 12:26:53 -0700 [thread overview]
Message-ID: <1400614013.26709.29.camel@joe-AO725> (raw)
In-Reply-To: <9bbe7dc36e6b609512f166e10b6b99a706fbbd11.1398390579.git.joe@perches.com>
On Thu, 2014-04-24 at 18:51 -0700, Joe Perches wrote:
> Use a newline character appropriately.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
Greg? Ping?
You inadvertently added this "/n" use in
commit 0a3fd536e685e0ceb646de1a43821bd11c0be75c
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Tue May 1 21:33:54 2012 -0700
USB: appledisplay.c: remove dbg() usage
dbg() was a very old USB-specific macro that should no longer
be used. This patch removes it from being used in the driver
and uses dev_dbg() instead.
> drivers/usb/misc/appledisplay.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/misc/appledisplay.c b/drivers/usb/misc/appledisplay.c
> index ba6a5d6..f37c78d 100644
> --- a/drivers/usb/misc/appledisplay.c
> +++ b/drivers/usb/misc/appledisplay.c
> @@ -110,7 +110,7 @@ static void appledisplay_complete(struct urb *urb)
> __func__, status);
> return;
> default:
> - dev_dbg(dev, "%s - nonzero urb status received: %d/n",
> + dev_dbg(dev, "%s - nonzero urb status received: %d\n",
> __func__, status);
> goto exit;
> }
next prev parent reply other threads:[~2014-05-20 19:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-25 1:50 [PATCH 0/5] treewide: Convert logging message misuses of " Joe Perches
2014-04-25 1:50 ` [PATCH 1/5] qlge: Convert " Joe Perches
2014-04-25 4:07 ` Jitendra Kalsaria
2014-04-27 23:08 ` David Miller
2014-04-25 1:51 ` [PATCH 2/5] iwlegacy: " Joe Perches
2014-04-25 1:51 ` [PATCH 3/5] staging: rtl<foo>: " Joe Perches
2014-04-25 1:51 ` [PATCH 4/5] appledisplay: " Joe Perches
2014-05-20 19:26 ` Joe Perches [this message]
2014-05-20 20:20 ` Greg Kroah-Hartman
2014-04-25 1:51 ` [PATCH 5/5] sound: tlv320aic31xx: " Joe Perches
2014-04-25 11:15 ` Mark Brown
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=1400614013.26709.29.camel@joe-AO725 \
--to=joe@perches.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@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
all inboxes | Powered by JetHome®