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

extcon: Remove extraneous space before a debug message

There is an extreneous space before a dev_dbg message, remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Colin Ian King and committed by
Chanwoo Choi
2fb67280 38716247

+1 -1
+1 -1
drivers/extcon/extcon-palmas.c
··· 107 107 (id_src & PALMAS_USB_ID_INT_SRC_ID_GND)) { 108 108 palmas_usb->linkstat = PALMAS_USB_STATE_ID; 109 109 extcon_set_state_sync(edev, EXTCON_USB_HOST, true); 110 - dev_dbg(palmas_usb->dev, " USB-HOST cable is attached\n"); 110 + dev_dbg(palmas_usb->dev, "USB-HOST cable is attached\n"); 111 111 } 112 112 113 113 return IRQ_HANDLED;