Skip to content

Commit

Permalink
staging: rts5139: Fix typo in rts5139
Browse files Browse the repository at this point in the history
Correct spelling typo in rts5139/rts51x_chip.h, rts51x_scsi.h

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Masanari Iida authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent 60ebf60 commit 0cf5755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/rts5139/rts51x_chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ struct trace_msg_t {
/*---- error code ----*/
#define CUR_ERR 0x70 /* current error */

/*---- sense key Infomation ----*/
/*---- sense key Information ----*/

#define SKSV 0x80
#define CDB_ILLEGAL 0x40
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/rts5139/rts51x_scsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
#define GET_BATCHRSP 0x44

#ifdef SUPPORT_CPRM
/* SD Pass Through Command Extention */
/* SD Pass Through Command Extension */
#define SD_PASS_THRU_MODE 0xD0
#define SD_EXECUTE_NO_DATA 0xD1
#define SD_EXECUTE_READ 0xD2
Expand Down

0 comments on commit 0cf5755

Please sign in to comment.