extcon: Fix a typo in three comment lines
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 23 Apr 2017 20:15:20 +0000 (22:15 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 23 May 2017 09:32:02 +0000 (18:32 +0900)
Adjust three words in this description for a function.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon.c

index acb847b..8eccf7b 100644 (file)
@@ -964,12 +964,12 @@ EXPORT_SYMBOL_GPL(extcon_unregister_notifier);
 
 /**
  * extcon_register_notifier_all() - Register a notifier block for all connectors
- * @edev:      the extcon device that has the external connecotr.
+ * @edev:      the extcon device that has the external connector.
  * @nb:                a notifier block to be registered.
  *
- * This fucntion registers a notifier block in order to receive the state
+ * This function registers a notifier block in order to receive the state
  * change of all supported external connectors from extcon device.
- * And The second parameter given to the callback of nb (val) is
+ * And the second parameter given to the callback of nb (val) is
  * the current state and third parameter is the edev pointer.
  *
  * Returns 0 if success or error number if fail