Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Joe Perches and committed by
Greg Kroah-Hartman
e2b86c1d 48292d8b

+1 -1
+1 -1
drivers/usb/misc/appledisplay.c
··· 110 110 __func__, status); 111 111 return; 112 112 default: 113 - dev_dbg(dev, "%s - nonzero urb status received: %d/n", 113 + dev_dbg(dev, "%s - nonzero urb status received: %d\n", 114 114 __func__, status); 115 115 goto exit; 116 116 }