diff options
author | joe@perches.com <joe@perches.com> | 2007-12-17 14:30:13 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-20 00:17:44 -0500 |
commit | 567e9fdd49bcfa7e15ebc0005853ac5529c81856 (patch) | |
tree | d1b22a2f9f3ef929bdd479e72f0eb4c66e3aebf0 /include/asm-powerpc/smu.h | |
parent | 00d70419fc8f86db94f56e0191be392c4a57f244 (diff) |
[POWERPC] include/asm-powerpc/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/smu.h')
-rw-r--r-- | include/asm-powerpc/smu.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/asm-powerpc/smu.h b/include/asm-powerpc/smu.h index 76329f451aba..7ae2753da565 100644 --- a/include/asm-powerpc/smu.h +++ b/include/asm-powerpc/smu.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * Partition info commands | 22 | * Partition info commands |
23 | * | 23 | * |
24 | * These commands are used to retrieve the sdb-partition-XX datas from | 24 | * These commands are used to retrieve the sdb-partition-XX datas from |
25 | * the SMU. The lenght is always 2. First byte is the subcommand code | 25 | * the SMU. The length is always 2. First byte is the subcommand code |
26 | * and second byte is the partition ID. | 26 | * and second byte is the partition ID. |
27 | * | 27 | * |
28 | * The reply is 6 bytes: | 28 | * The reply is 6 bytes: |
@@ -176,9 +176,9 @@ | |||
176 | * data length is that of the string. | 176 | * data length is that of the string. |
177 | * | 177 | * |
178 | * The VSLEW command can be used to get or set the voltage slewing. | 178 | * The VSLEW command can be used to get or set the voltage slewing. |
179 | * - lenght 5 (only "VSLEW") : it returns "DONE" and 3 bytes of | 179 | * - length 5 (only "VSLEW") : it returns "DONE" and 3 bytes of |
180 | * reply at data offset 6, 7 and 8. | 180 | * reply at data offset 6, 7 and 8. |
181 | * - lenght 8 ("VSLEWxyz") has 3 additional bytes appended, and is | 181 | * - length 8 ("VSLEWxyz") has 3 additional bytes appended, and is |
182 | * used to set the voltage slewing point. The SMU replies with "DONE" | 182 | * used to set the voltage slewing point. The SMU replies with "DONE" |
183 | * I yet have to figure out their exact meaning of those 3 bytes in | 183 | * I yet have to figure out their exact meaning of those 3 bytes in |
184 | * both cases. They seem to be: | 184 | * both cases. They seem to be: |
@@ -688,13 +688,13 @@ struct smu_user_cmd_hdr | |||
688 | 688 | ||
689 | __u8 cmd; /* SMU command byte */ | 689 | __u8 cmd; /* SMU command byte */ |
690 | __u8 pad[3]; /* padding */ | 690 | __u8 pad[3]; /* padding */ |
691 | __u32 data_len; /* Lenght of data following */ | 691 | __u32 data_len; /* Length of data following */ |
692 | }; | 692 | }; |
693 | 693 | ||
694 | struct smu_user_reply_hdr | 694 | struct smu_user_reply_hdr |
695 | { | 695 | { |
696 | __u32 status; /* Command status */ | 696 | __u32 status; /* Command status */ |
697 | __u32 reply_len; /* Lenght of data follwing */ | 697 | __u32 reply_len; /* Length of data follwing */ |
698 | }; | 698 | }; |
699 | 699 | ||
700 | #endif /* _SMU_H */ | 700 | #endif /* _SMU_H */ |