aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5139
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-05-08 14:06:46 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-09 16:30:46 -0400
commitfeb5680e063fd39873e9e638937f1197d38a81ca (patch)
treedf1a426419272e65bd2029ba304144d4582078a3 /drivers/staging/rts5139
parent25c59c553828145860d983bdd8ee445c1209dd0a (diff)
staging: rts5139: Fix typo in rts5139
Correct spelling typo in rts5139 Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5139')
-rw-r--r--drivers/staging/rts5139/rts51x_chip.h10
-rw-r--r--drivers/staging/rts5139/sd.c2
2 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/rts5139/rts51x_chip.h b/drivers/staging/rts5139/rts51x_chip.h
index cab8ab09813..65c3ee94382 100644
--- a/drivers/staging/rts5139/rts51x_chip.h
+++ b/drivers/staging/rts5139/rts51x_chip.h
@@ -232,8 +232,8 @@ struct trace_msg_t {
232#define CUR_ERR 0x70 /* current error */ 232#define CUR_ERR 0x70 /* current error */
233#define DEF_ERR 0x71 /* specific command error */ 233#define DEF_ERR 0x71 /* specific command error */
234 234
235/*---- sense key Infomation ----*/ 235/*---- sense key Information ----*/
236#define SNSKEYINFO_LEN 3 /* length of sense key infomation */ 236#define SNSKEYINFO_LEN 3 /* length of sense key information */
237 237
238#define SKSV 0x80 238#define SKSV 0x80
239#define CDB_ILLEGAL 0x40 239#define CDB_ILLEGAL 0x40
@@ -286,13 +286,13 @@ struct sense_data_t {
286 unsigned char seg_no; /* segment No. */ 286 unsigned char seg_no; /* segment No. */
287 unsigned char sense_key; /* byte5 : ILI */ 287 unsigned char sense_key; /* byte5 : ILI */
288 /* bit3-0 : sense key */ 288 /* bit3-0 : sense key */
289 unsigned char info[4]; /* infomation */ 289 unsigned char info[4]; /* information */
290 unsigned char ad_sense_len; /* additional sense data length */ 290 unsigned char ad_sense_len; /* additional sense data length */
291 unsigned char cmd_info[4]; /* command specific infomation */ 291 unsigned char cmd_info[4]; /* command specific information */
292 unsigned char asc; /* ASC */ 292 unsigned char asc; /* ASC */
293 unsigned char ascq; /* ASCQ */ 293 unsigned char ascq; /* ASCQ */
294 unsigned char rfu; /* FRU */ 294 unsigned char rfu; /* FRU */
295 unsigned char sns_key_info[3]; /* sense key specific infomation */ 295 unsigned char sns_key_info[3]; /* sense key specific information */
296}; 296};
297 297
298/* sd_ctl bit map */ 298/* sd_ctl bit map */
diff --git a/drivers/staging/rts5139/sd.c b/drivers/staging/rts5139/sd.c
index 703159599a1..0395bc30044 100644
--- a/drivers/staging/rts5139/sd.c
+++ b/drivers/staging/rts5139/sd.c
@@ -1518,7 +1518,7 @@ static u8 sd_search_final_phase(struct rts51x_chip *chip, u32 phase_map,
1518 } 1518 }
1519 1519
1520Search_Finish: 1520Search_Finish:
1521 RTS51X_DEBUGP("Final choosen phase: %d\n", final_phase); 1521 RTS51X_DEBUGP("Final chosen phase: %d\n", final_phase);
1522 return final_phase; 1522 return final_phase;
1523} 1523}
1524 1524