diff options
author | David Kozub <zub@linux.fjfi.cvut.cz> | 2019-02-14 03:15:54 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-04-06 20:09:12 +0300 |
commit | 1e815b33c5ccd3936b71292b5ffb84e97e1df9e0 (patch) | |
tree | b682e4149b15ee9476adf5c2c9d388fed8683f9f /include/uapi/linux/sed-opal.h | |
parent | 78bf47353b0041865564deeed257a54f047c2fdc (diff) | |
download | linux-1e815b33c5ccd3936b71292b5ffb84e97e1df9e0.tar.xz |
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>
Diffstat (limited to 'include/uapi/linux/sed-opal.h')
-rw-r--r-- | include/uapi/linux/sed-opal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/sed-opal.h b/include/uapi/linux/sed-opal.h index 627624d35030..e092e124dd16 100644 --- a/include/uapi/linux/sed-opal.h +++ b/include/uapi/linux/sed-opal.h @@ -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 */ }; |