Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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