diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2012-08-22 20:11:54 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-05 15:18:11 -0400 |
commit | c338bb0380b1cd64ae566d1ea7d1bfd6c811297d (patch) | |
tree | c99224d9658788dc6bea8c4b716e135751b98c79 | |
parent | 8e5f5018e80f14119ae54f68cdf1deae43ff9c86 (diff) |
extcon: fixing typos
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/extcon/extcon-class.c | 8 | ||||
-rw-r--r-- | include/linux/extcon.h | 18 |
2 files changed, 13 insertions, 13 deletions
diff --git a/drivers/extcon/extcon-class.c b/drivers/extcon/extcon-class.c index 481cfa0f2118..946a3188b2b7 100644 --- a/drivers/extcon/extcon-class.c +++ b/drivers/extcon/extcon-class.c | |||
@@ -443,7 +443,7 @@ static int _call_per_cable(struct notifier_block *nb, unsigned long val, | |||
443 | 443 | ||
444 | /** | 444 | /** |
445 | * extcon_register_interest() - Register a notifier for a state change of a | 445 | * extcon_register_interest() - Register a notifier for a state change of a |
446 | * specific cable, not a entier set of cables of a | 446 | * specific cable, not an entier set of cables of a |
447 | * extcon device. | 447 | * extcon device. |
448 | * @obj: an empty extcon_specific_cable_nb object to be returned. | 448 | * @obj: an empty extcon_specific_cable_nb object to be returned. |
449 | * @extcon_name: the name of extcon device. | 449 | * @extcon_name: the name of extcon device. |
@@ -499,7 +499,7 @@ int extcon_unregister_interest(struct extcon_specific_cable_nb *obj) | |||
499 | } | 499 | } |
500 | 500 | ||
501 | /** | 501 | /** |
502 | * extcon_register_notifier() - Register a notifee to get notified by | 502 | * extcon_register_notifier() - Register a notifiee to get notified by |
503 | * any attach status changes from the extcon. | 503 | * any attach status changes from the extcon. |
504 | * @edev: the extcon device. | 504 | * @edev: the extcon device. |
505 | * @nb: a notifier block to be registered. | 505 | * @nb: a notifier block to be registered. |
@@ -516,7 +516,7 @@ int extcon_register_notifier(struct extcon_dev *edev, | |||
516 | EXPORT_SYMBOL_GPL(extcon_register_notifier); | 516 | EXPORT_SYMBOL_GPL(extcon_register_notifier); |
517 | 517 | ||
518 | /** | 518 | /** |
519 | * extcon_unregister_notifier() - Unregister a notifee from the extcon device. | 519 | * extcon_unregister_notifier() - Unregister a notifiee from the extcon device. |
520 | * @edev: the extcon device. | 520 | * @edev: the extcon device. |
521 | * @nb: a registered notifier block to be unregistered. | 521 | * @nb: a registered notifier block to be unregistered. |
522 | */ | 522 | */ |
@@ -806,7 +806,7 @@ EXPORT_SYMBOL_GPL(extcon_dev_register); | |||
806 | 806 | ||
807 | /** | 807 | /** |
808 | * extcon_dev_unregister() - Unregister the extcon device. | 808 | * extcon_dev_unregister() - Unregister the extcon device. |
809 | * @edev: the extcon device instance to be unregitered. | 809 | * @edev: the extcon device instance to be unregistered. |
810 | * | 810 | * |
811 | * Note that this does not call kfree(edev) because edev was not allocated | 811 | * Note that this does not call kfree(edev) because edev was not allocated |
812 | * by this class. | 812 | * by this class. |
diff --git a/include/linux/extcon.h b/include/linux/extcon.h index cdd401477656..7443a560c9d0 100644 --- a/include/linux/extcon.h +++ b/include/linux/extcon.h | |||
@@ -30,19 +30,19 @@ | |||
30 | 30 | ||
31 | /* | 31 | /* |
32 | * The standard cable name is to help support general notifier | 32 | * The standard cable name is to help support general notifier |
33 | * and notifee device drivers to share the common names. | 33 | * and notifiee device drivers to share the common names. |
34 | * Please use standard cable names unless your notifier device has | 34 | * Please use standard cable names unless your notifier device has |
35 | * a very unique and abnormal cable or | 35 | * a very unique and abnormal cable or |
36 | * the cable type is supposed to be used with only one unique | 36 | * the cable type is supposed to be used with only one unique |
37 | * pair of notifier/notifee devices. | 37 | * pair of notifier/notifiee devices. |
38 | * | 38 | * |
39 | * Please add any other "standard" cables used with extcon dev. | 39 | * Please add any other "standard" cables used with extcon dev. |
40 | * | 40 | * |
41 | * You may add a dot and number to specify version or specification | 41 | * You may add a dot and number to specify version or specification |
42 | * of the specific cable if it is required. (e.g., "Fast-charger.18" | 42 | * of the specific cable if it is required. (e.g., "Fast-charger.18" |
43 | * and "Fast-charger.10" for 1.8A and 1.0A chargers) | 43 | * and "Fast-charger.10" for 1.8A and 1.0A chargers) |
44 | * However, the notifee and notifier should be able to handle such | 44 | * However, the notifiee and notifier should be able to handle such |
45 | * string and if the notifee can negotiate the protocol or idenify, | 45 | * string and if the notifiee can negotiate the protocol or identify, |
46 | * you don't need such convention. This convention is helpful when | 46 | * you don't need such convention. This convention is helpful when |
47 | * notifier can distinguish but notifiee cannot. | 47 | * notifier can distinguish but notifiee cannot. |
48 | */ | 48 | */ |
@@ -76,7 +76,7 @@ struct extcon_cable; | |||
76 | * struct extcon_dev - An extcon device represents one external connector. | 76 | * struct extcon_dev - An extcon device represents one external connector. |
77 | * @name The name of this extcon device. Parent device name is used | 77 | * @name The name of this extcon device. Parent device name is used |
78 | * if NULL. | 78 | * if NULL. |
79 | * @supported_cable Array of supported cable name ending with NULL. | 79 | * @supported_cable Array of supported cable names ending with NULL. |
80 | * If supported_cable is NULL, cable name related APIs | 80 | * If supported_cable is NULL, cable name related APIs |
81 | * are disabled. | 81 | * are disabled. |
82 | * @mutually_exclusive Array of mutually exclusive set of cables that cannot | 82 | * @mutually_exclusive Array of mutually exclusive set of cables that cannot |
@@ -95,7 +95,7 @@ struct extcon_cable; | |||
95 | * @state Attach/detach state of this extcon. Do not provide at | 95 | * @state Attach/detach state of this extcon. Do not provide at |
96 | * register-time | 96 | * register-time |
97 | * @nh Notifier for the state change events from this extcon | 97 | * @nh Notifier for the state change events from this extcon |
98 | * @entry To support list of extcon devices so that uses can search | 98 | * @entry To support list of extcon devices so that users can search |
99 | * for extcon devices based on the extcon name. | 99 | * for extcon devices based on the extcon name. |
100 | * @lock | 100 | * @lock |
101 | * @max_supported Internal value to store the number of cables. | 101 | * @max_supported Internal value to store the number of cables. |
@@ -199,7 +199,7 @@ extern int extcon_update_state(struct extcon_dev *edev, u32 mask, u32 state); | |||
199 | /* | 199 | /* |
200 | * get/set_cable_state access each bit of the 32b encoded state value. | 200 | * get/set_cable_state access each bit of the 32b encoded state value. |
201 | * They are used to access the status of each cable based on the cable_name | 201 | * They are used to access the status of each cable based on the cable_name |
202 | * or cable_index, which is retrived by extcon_find_cable_index | 202 | * or cable_index, which is retrieved by extcon_find_cable_index |
203 | */ | 203 | */ |
204 | extern int extcon_find_cable_index(struct extcon_dev *sdev, | 204 | extern int extcon_find_cable_index(struct extcon_dev *sdev, |
205 | const char *cable_name); | 205 | const char *cable_name); |
@@ -226,9 +226,9 @@ extern int extcon_unregister_interest(struct extcon_specific_cable_nb *nb); | |||
226 | 226 | ||
227 | /* | 227 | /* |
228 | * Following APIs are to monitor every action of a notifier. | 228 | * Following APIs are to monitor every action of a notifier. |
229 | * Registerer gets notified for every external port of a connection device. | 229 | * Registrar gets notified for every external port of a connection device. |
230 | * Probably this could be used to debug an action of notifier; however, | 230 | * Probably this could be used to debug an action of notifier; however, |
231 | * we do not recommend to use this at normal 'notifiee' device drivers who | 231 | * we do not recommend to use this for normal 'notifiee' device drivers who |
232 | * want to be notified by a specific external port of the notifier. | 232 | * want to be notified by a specific external port of the notifier. |
233 | */ | 233 | */ |
234 | extern int extcon_register_notifier(struct extcon_dev *edev, | 234 | extern int extcon_register_notifier(struct extcon_dev *edev, |