block: sed-opal: fix typos and formatting
This should make no change in functionality. The formatting changes were triggered by checkpatch.pl. Reviewed-by: Scott Bauer <sbauer@plzdonthack.me> Reviewed-by: Jon Derrick <jonathan.derrick@intel.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David Kozub <zub@linux.fjfi.cvut.cz> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -58,7 +58,7 @@ struct opal_key {
|
||||
struct opal_lr_act {
|
||||
struct opal_key key;
|
||||
__u32 sum;
|
||||
__u8 num_lrs;
|
||||
__u8 num_lrs;
|
||||
__u8 lr[OPAL_MAX_LRS];
|
||||
__u8 align[2]; /* Align to 8 byte boundary */
|
||||
};
|
||||
|
Reference in New Issue
Block a user