projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48292d8
)
USB: appledisplay: Convert /n to \n
author
Joe Perches
<joe@perches.com>
Fri, 25 Apr 2014 01:51:02 +0000
(18:51 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:00:22 +0000
(15:00 -0700)
Use a newline character appropriately.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/appledisplay.c
patch
|
blob
|
history
diff --git
a/drivers/usb/misc/appledisplay.c
b/drivers/usb/misc/appledisplay.c
index ba6a5d6e618e20092842c0974b3e5788461b651d..f37c78d1bdf41a640786147a1fd0cea5069700d8 100644
(file)
--- 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;
}