diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-11-14 19:05:36 -0800 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2021-12-24 15:27:52 +0900 |
commit | 38b1a3c6197af61b41a166279bc8f5859106b116 (patch) | |
tree | 045b5391c6f25a486f9245b4b2216c4dcb9fb884 /drivers/extcon | |
parent | 2585cf9dfaaddf00b069673f27bb3f8530e2039c (diff) |
extcon: usb-gpio: fix a non-kernel-doc comment
Do not use "/**" to begin a non-kernel-doc comment.
Fixes this build warning:
drivers/extcon/extcon-usb-gpio.c:23:
warning: expecting prototype for drivers/extcon/extcon-usb-gpio.c().
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r-- | drivers/extcon/extcon-usb-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-usb-gpio.c b/drivers/extcon/extcon-usb-gpio.c index 0cb440bdd5cb..f2b65d967384 100644 --- a/drivers/extcon/extcon-usb-gpio.c +++ b/drivers/extcon/extcon-usb-gpio.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * drivers/extcon/extcon-usb-gpio.c - USB GPIO extcon driver * * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com |