Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

extcon: qcom-spmi-misc: don't use kernel-doc marker for comment

Do not use "/**" for non-kernel-doc comments. This prevents a warning
from scripts/kernel-doc:

warning: expecting prototype for extcon(). Prototype was for USB_ID_DEBOUNCE_MS() instead

Link: https://lore.kernel.org/lkml/20231205231204.1130-1-rdunlap@infradead.org/
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Randy Dunlap and committed by
Chanwoo Choi
78036809 d03a7005

+1 -1
+1 -1
drivers/extcon/extcon-qcom-spmi-misc.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /** 2 + /* 3 3 * extcon-qcom-spmi-misc.c - Qualcomm USB extcon driver to support USB ID 4 4 * and VBUS detection based on extcon-usb-gpio.c. 5 5 *