Skip to content

Commit

Permalink
extcon: Fix a typo in three comment lines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Markus Elfring authored and Chanwoo Choi committed May 23, 2017
1 parent 3f5071a commit 826a47e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/extcon/extcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 826a47e

Please sign in to comment.