extcon: Fix build warning for extcon_unregister_notifier comment
authorValdis Klētnieks <valdis.kletnieks@vt.edu>
Tue, 12 Mar 2019 10:42:31 +0000 (06:42 -0400)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 5 Apr 2019 01:21:41 +0000 (10:21 +0900)
commitdb8b4aefd17b1ccf108d81a4fbb181c8e50abf0e
treec016e7546c16276c724f9f712b7bb0359a939543
parenta72a1be0de71b3bdab3d8b2e708267f32ea33ee2
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>
drivers/extcon/devres.c