diff options
author | Rong Chen <rong.a.chen@intel.com> | 2022-09-06 12:04:29 +0800 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2022-09-26 04:40:13 +0900 |
commit | 08099ecd9216219f51cc82637f06797cf81890b6 (patch) | |
tree | 9f208f39b97d3b4d4cda8f8266b9c5015dd6e413 /drivers/extcon | |
parent | bf7571c00dca0a9c5af3f5125ef5a89a40b13cd5 (diff) |
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@intel.com>
Signed-off-by: Rong Chen <rong.a.chen@intel.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r-- | drivers/extcon/extcon-usbc-tusb320.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |