diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:18:02 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:18:02 -0500 |
commit | f18816ba20655deb3227da0600d5c34201467993 (patch) | |
tree | 9e50ee2aba4e50b3f2b67acd5fc2442da9ca166c /drivers/macintosh | |
parent | c66ed655adc5e43b7143421f36d2a23f74398538 (diff) |
drivers/macintosh/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/macintosh')
-rw-r--r-- | drivers/macintosh/smu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c index 785590664781..8ba49385c3ff 100644 --- a/drivers/macintosh/smu.c +++ b/drivers/macintosh/smu.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * - maybe add timeout to commands ? | 12 | * - maybe add timeout to commands ? |
13 | * - blocking version of time functions | 13 | * - blocking version of time functions |
14 | * - polling version of i2c commands (including timer that works with | 14 | * - polling version of i2c commands (including timer that works with |
15 | * interrutps off) | 15 | * interrupts off) |
16 | * - maybe avoid some data copies with i2c by directly using the smu cmd | 16 | * - maybe avoid some data copies with i2c by directly using the smu cmd |
17 | * buffer and a lower level internal interface | 17 | * buffer and a lower level internal interface |
18 | * - understand SMU -> CPU events and implement reception of them via | 18 | * - understand SMU -> CPU events and implement reception of them via |