Skip to content

Commit

Permalink
extcon: qcom-spmi-misc: don't use kernel-doc marker for comment
Browse files Browse the repository at this point in the history
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/[email protected]/
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Chanwoo Choi <[email protected]>
  • Loading branch information
rddunlap authored and chanwoochoi committed Dec 12, 2023
1 parent d03a700 commit 7803680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/extcon/extcon-qcom-spmi-misc.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/**
/*
* extcon-qcom-spmi-misc.c - Qualcomm USB extcon driver to support USB ID
* and VBUS detection based on extcon-usb-gpio.c.
*
Expand Down

0 comments on commit 7803680

Please sign in to comment.