[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <25d422c1ac26f0c59ef10a8a2afe057b@208suo.com>
Date: Mon, 17 Jul 2023 17:03:20 +0800
From: hanyu001@...suo.com
To: myungjoo.ham@...sung.com, cw00.choi@...sung.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] drivers: extcon: space required after that ','
This patch fixes the checkpatch.pl error:
./drivers/extcon/extcon.c:321: ERROR: space required after that ','
(ctx:VxV)
Signed-off-by: maqimei <2433033762@...com>
---
drivers/extcon/extcon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c
index 6f7a60d..4ef4422 100644
--- a/drivers/extcon/extcon.c
+++ b/drivers/extcon/extcon.c
@@ -318,7 +318,7 @@ static bool is_extcon_property_supported(unsigned
int id, unsigned int prop)
}
static int is_extcon_property_capability(struct extcon_dev *edev,
- unsigned int id, int index,unsigned int prop)
+ unsigned int id, int index, unsigned int prop)
{
struct extcon_cable *cable;
int type, ret;
Powered by blists - more mailing lists