From: Colin Ian King Date: Sun, 19 Jun 2022 08:42:48 +0000 (+0100) Subject: extcon: Remove extraneous space before a debug message X-Git-Tag: v6.1-rc5~726^2~6^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fb67280fd83f0f40ef4ae73aa1b9fbec075c13b;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Chanwoo Choi --- diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palmas.c index d2c1a8b..32f8b54 100644 --- a/drivers/extcon/extcon-palmas.c +++ b/drivers/extcon/extcon-palmas.c @@ -107,7 +107,7 @@ static irqreturn_t palmas_id_irq_handler(int irq, void *_palmas_usb) (id_src & PALMAS_USB_ID_INT_SRC_ID_GND)) { palmas_usb->linkstat = PALMAS_USB_STATE_ID; extcon_set_state_sync(edev, EXTCON_USB_HOST, true); - dev_dbg(palmas_usb->dev, " USB-HOST cable is attached\n"); + dev_dbg(palmas_usb->dev, "USB-HOST cable is attached\n"); } return IRQ_HANDLED;