diff options
author | Revanth Rajashekar <revanth.rajashekar@intel.com> | 2019-08-20 09:30:49 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-08-20 09:33:20 -0600 |
commit | 5cc23ed75b629dfb0f8f7a7d0c80e0bab36b3960 (patch) | |
tree | 6725995d682909e5074dec6e1ebda05872077c3a /block/opal_proto.h | |
parent | 988721db93b2f5e6477cb0ea0b64ba9bcfd67778 (diff) | |
download | linux-5cc23ed75b629dfb0f8f7a7d0c80e0bab36b3960.tar.bz2 |
block: sed-opal: Add/remove spaces
Signed-off-by: Revanth Rajashekar <revanth.rajashekar@intel.com>
Reviewed-by: Scott Bauer <sbauer@plzdonthack.me>
Reviewed-by: Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/opal_proto.h')
-rw-r--r-- | block/opal_proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/block/opal_proto.h b/block/opal_proto.h index 466ec7be16ef..562b78f40824 100644 --- a/block/opal_proto.h +++ b/block/opal_proto.h @@ -167,7 +167,6 @@ enum opal_token { OPAL_TABLE_LASTID = 0x0A, OPAL_TABLE_MIN = 0x0B, OPAL_TABLE_MAX = 0x0C, - /* authority table */ OPAL_PIN = 0x03, /* locking tokens */ @@ -182,7 +181,7 @@ enum opal_token { OPAL_LIFECYCLE = 0x06, /* locking info table */ OPAL_MAXRANGES = 0x04, - /* mbr control */ + /* mbr control */ OPAL_MBRENABLE = 0x01, OPAL_MBRDONE = 0x02, /* properties */ |