[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220906040430.35896-1-rong.a.chen@intel.com>
Date: Tue, 6 Sep 2022 12:04:29 +0800
From: Rong Chen <rong.a.chen@...el.com>
To: MyungJoo Ham <myungjoo.ham@...sung.com>,
Chanwoo Choi <cw00.choi@...sung.com>
Cc: Marek Vasut <marex@...x.de>, Rong Chen <rong.a.chen@...el.com>,
kernel test robot <lkp@...el.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] extcon: usbc-tusb320: fix kernel-doc warning
Fix the warning:
drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype
for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8()
instead
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: Rong Chen <rong.a.chen@...el.com>
---
drivers/extcon/extcon-usbc-tusb320.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/extcon/extcon-usbc-tusb320.c b/drivers/extcon/extcon-usbc-tusb320.c
index edb8c3f997c9..41041ff0fadb 100644
--- a/drivers/extcon/extcon-usbc-tusb320.c
+++ b/drivers/extcon/extcon-usbc-tusb320.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-/**
+/*
* drivers/extcon/extcon-tusb320.c - TUSB320 extcon driver
*
* Copyright (C) 2020 National Instruments Corporation
--
2.34.1
Powered by blists - more mailing lists