Skip to content

Commit 826a47e

Browse files
elfringchanwoochoi
authored andcommitted
extcon: Fix a typo in three comment lines
Adjust three words in this description for a function. Signed-off-by: Markus Elfring <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
1 parent 3f5071a commit 826a47e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/extcon/extcon.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -964,12 +964,12 @@ EXPORT_SYMBOL_GPL(extcon_unregister_notifier);
964964

965965
/**
966966
* extcon_register_notifier_all() - Register a notifier block for all connectors
967-
* @edev: the extcon device that has the external connecotr.
967+
* @edev: the extcon device that has the external connector.
968968
* @nb: a notifier block to be registered.
969969
*
970-
* This fucntion registers a notifier block in order to receive the state
970+
* This function registers a notifier block in order to receive the state
971971
* change of all supported external connectors from extcon device.
972-
* And The second parameter given to the callback of nb (val) is
972+
* And the second parameter given to the callback of nb (val) is
973973
* the current state and third parameter is the edev pointer.
974974
*
975975
* Returns 0 if success or error number if fail

0 commit comments

Comments
 (0)