aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon
diff options
context:
space:
mode:
authorValdis Klētnieks <valdis.kletnieks@vt.edu>2019-03-12 06:42:31 -0400
committerChanwoo Choi <cw00.choi@samsung.com>2019-04-05 10:21:41 +0900
commitdb8b4aefd17b1ccf108d81a4fbb181c8e50abf0e (patch)
treec016e7546c16276c724f9f712b7bb0359a939543 /drivers/extcon
parentextcon: intel-cht-wc: Enable external charger (diff)
downloadlinux-dev-db8b4aefd17b1ccf108d81a4fbb181c8e50abf0e.tar.xz
linux-dev-db8b4aefd17b1ccf108d81a4fbb181c8e50abf0e.zip
extcon: Fix build warning for extcon_unregister_notifier comment
Give the line the asterisk it wanted to fix the build warning. [Build warning message] Building with W=1 reports: CC drivers/extcon/devres.o drivers/extcon/devres.c:208: warning: bad line: - Resource-managed extcon_unregister_notifier() Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu> [cw00.choi: Edit the patch subject and description] Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r--drivers/extcon/devres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/devres.c b/drivers/extcon/devres.c
index f599aeddf8e5..f487d877ab5d 100644
--- a/drivers/extcon/devres.c
+++ b/drivers/extcon/devres.c
@@ -205,7 +205,7 @@ EXPORT_SYMBOL(devm_extcon_register_notifier);
/**
* devm_extcon_unregister_notifier()
- - Resource-managed extcon_unregister_notifier()
+ * - Resource-managed extcon_unregister_notifier()
* @dev: the device owning the extcon device being created
* @edev: the extcon device
* @id: the unique id among the extcon enumeration