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

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>

authored by

Valdis Klētnieks and committed by
Chanwoo Choi
db8b4aef a72a1be0

+1 -1
+1 -1
drivers/extcon/devres.c
··· 205 205 206 206 /** 207 207 * devm_extcon_unregister_notifier() 208 - - Resource-managed extcon_unregister_notifier() 208 + * - Resource-managed extcon_unregister_notifier() 209 209 * @dev: the device owning the extcon device being created 210 210 * @edev: the extcon device 211 211 * @id: the unique id among the extcon enumeration