mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
USB: appledisplay: Convert /n to \n
Use a newline character appropriately. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
48292d8b07
commit
e2b86c1d39
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user