Skip to content
Snippets Groups Projects
Commit db8b4aef authored by Valdis Kletnieks's avatar Valdis Kletnieks Committed by Chanwoo Choi
Browse files

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: default avatarValdis Kletnieks <valdis.kletnieks@vt.edu>
[cw00.choi: Edit the patch subject and description]
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent a72a1be0
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ EXPORT_SYMBOL(devm_extcon_register_notifier); ...@@ -205,7 +205,7 @@ EXPORT_SYMBOL(devm_extcon_register_notifier);
/** /**
* devm_extcon_unregister_notifier() * devm_extcon_unregister_notifier()
- Resource-managed extcon_unregister_notifier() * - Resource-managed extcon_unregister_notifier()
* @dev: the device owning the extcon device being created * @dev: the device owning the extcon device being created
* @edev: the extcon device * @edev: the extcon device
* @id: the unique id among the extcon enumeration * @id: the unique id among the extcon enumeration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment