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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user