diff mbox series

[1/5] scsi: Define the COMPLETED sense key

Message ID 20220926205257.601750-2-Niklas.Cassel@wdc.com (mailing list archive)
State Not Applicable
Headers show
Series fetch sense data for ATA devices supporting sense reporting | expand

Commit Message

Niklas Cassel Sept. 26, 2022, 8:53 p.m. UTC
From: Damien Le Moal <damien.lemoal@opensource.wdc.com>

Add the definition for the COMPLETED sense key in scsi_proto.h. While at
it, cleanup the white lines around the sense keys macro definitions.

Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com>
---
 include/scsi/scsi_proto.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen Oct. 1, 2022, 9:47 a.m. UTC | #1
Niklas,

I'll just ACK this change so it can go through ATA with the rest of the
series.

> Add the definition for the COMPLETED sense key in scsi_proto.h. While
> at it, cleanup the white lines around the sense keys macro
> definitions.

Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
diff mbox series

Patch

diff --git a/include/scsi/scsi_proto.h b/include/scsi/scsi_proto.h
index c03e35fc382c..919ed4137f9a 100644
--- a/include/scsi/scsi_proto.h
+++ b/include/scsi/scsi_proto.h
@@ -205,10 +205,10 @@  enum sam_status {
 };
 
 #define STATUS_MASK         0xfe
+
 /*
  *  SENSE KEYS
  */
-
 #define NO_SENSE            0x00
 #define RECOVERED_ERROR     0x01
 #define NOT_READY           0x02
@@ -223,7 +223,7 @@  enum sam_status {
 #define ABORTED_COMMAND     0x0b
 #define VOLUME_OVERFLOW     0x0d
 #define MISCOMPARE          0x0e
-
+#define COMPLETED	    0x0f
 
 /*
  *  DEVICE TYPES