Commit 0cf5755f authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: rts5139: Fix typo in rts5139

Correct spelling typo in rts5139/rts51x_chip.h, rts51x_scsi.h
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 60ebf60b
...@@ -204,7 +204,7 @@ struct trace_msg_t { ...@@ -204,7 +204,7 @@ struct trace_msg_t {
/*---- error code ----*/ /*---- error code ----*/
#define CUR_ERR 0x70 /* current error */ #define CUR_ERR 0x70 /* current error */
/*---- sense key Infomation ----*/ /*---- sense key Information ----*/
#define SKSV 0x80 #define SKSV 0x80
#define CDB_ILLEGAL 0x40 #define CDB_ILLEGAL 0x40
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
#define GET_BATCHRSP 0x44 #define GET_BATCHRSP 0x44
#ifdef SUPPORT_CPRM #ifdef SUPPORT_CPRM
/* SD Pass Through Command Extention */ /* SD Pass Through Command Extension */
#define SD_PASS_THRU_MODE 0xD0 #define SD_PASS_THRU_MODE 0xD0
#define SD_EXECUTE_NO_DATA 0xD1 #define SD_EXECUTE_NO_DATA 0xD1
#define SD_EXECUTE_READ 0xD2 #define SD_EXECUTE_READ 0xD2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment