ANDROID: blk-crypto: fix checkpatch warning

Fix a checkpatch warning that I fixed when applying
ANDROID-block-add-hardware-wrapped-key-support.patch to android12-5.4
(http://aosp/1394283).  This gets android-mainline in sync.

This should be folded into
ANDROID-block-add-hardware-wrapped-key-support.patch.

Bug: 160883801
Change-Id: I1eaa5eaa97dc432fb70106bfd5b59eaf899808fe
Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
Eric Biggers
2020-08-11 09:35:23 -07:00
parent d628e385c6
commit 5dbb93d2a9

View File

@@ -28,7 +28,7 @@ enum blk_crypto_mode_num {
* filesystem block size or the disk sector size.
* @dun_bytes: the maximum number of bytes of DUN used when using this key
* @is_hw_wrapped: @raw points to a wrapped key to be used by an inline
* encryption hardware that accepts wrapped keys.
* encryption hardware that accepts wrapped keys.
*/
struct blk_crypto_config {
enum blk_crypto_mode_num crypto_mode;