aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/uapi/linux/sed-opal.h
diff options
context:
space:
mode:
authorDavid Kozub <zub@linux.fjfi.cvut.cz>2019-02-14 01:15:54 +0100
committerJens Axboe <axboe@kernel.dk>2019-04-06 11:09:12 -0600
commit1e815b33c5ccd3936b71292b5ffb84e97e1df9e0 (patch)
treeb682e4149b15ee9476adf5c2c9d388fed8683f9f /include/uapi/linux/sed-opal.h
parentblock: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBR (diff)
downloadwireguard-linux-1e815b33c5ccd3936b71292b5ffb84e97e1df9e0.tar.xz
wireguard-linux-1e815b33c5ccd3936b71292b5ffb84e97e1df9e0.zip
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.h2
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 */
};