diff options
| author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-30 21:57:33 -0400 |
|---|---|---|
| committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-31 10:26:23 -0400 |
| commit | 25985edcedea6396277003854657b5f3cb31a628 (patch) | |
| tree | f026e810210a2ee7290caeb737c23cb6472b7c38 /include/linux/sysdev.h | |
| parent | 6aba74f2791287ec407e0f92487a725a25908067 (diff) | |
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Diffstat (limited to 'include/linux/sysdev.h')
| -rw-r--r-- | include/linux/sysdev.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/sysdev.h b/include/linux/sysdev.h index 8a75da551e4..dfb078db8eb 100644 --- a/include/linux/sysdev.h +++ b/include/linux/sysdev.h | |||
| @@ -7,13 +7,13 @@ | |||
| 7 | * We still have a notion of a driver for a system device, because we still | 7 | * We still have a notion of a driver for a system device, because we still |
| 8 | * want to perform basic operations on these devices. | 8 | * want to perform basic operations on these devices. |
| 9 | * | 9 | * |
| 10 | * We also support auxillary drivers binding to devices of a certain class. | 10 | * We also support auxiliary drivers binding to devices of a certain class. |
| 11 | * | 11 | * |
| 12 | * This allows configurable drivers to register themselves for devices of | 12 | * This allows configurable drivers to register themselves for devices of |
| 13 | * a certain type. And, it allows class definitions to reside in generic | 13 | * a certain type. And, it allows class definitions to reside in generic |
| 14 | * code while arch-specific code can register specific drivers. | 14 | * code while arch-specific code can register specific drivers. |
| 15 | * | 15 | * |
| 16 | * Auxillary drivers registered with a NULL cls are registered as drivers | 16 | * Auxiliary drivers registered with a NULL cls are registered as drivers |
| 17 | * for all system devices, and get notification calls for each device. | 17 | * for all system devices, and get notification calls for each device. |
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| @@ -70,7 +70,7 @@ extern int sysdev_class_create_file(struct sysdev_class *, | |||
| 70 | extern void sysdev_class_remove_file(struct sysdev_class *, | 70 | extern void sysdev_class_remove_file(struct sysdev_class *, |
| 71 | struct sysdev_class_attribute *); | 71 | struct sysdev_class_attribute *); |
| 72 | /** | 72 | /** |
| 73 | * Auxillary system device drivers. | 73 | * Auxiliary system device drivers. |
| 74 | */ | 74 | */ |
| 75 | 75 | ||
| 76 | struct sysdev_driver { | 76 | struct sysdev_driver { |
