fscrypt: Fix misleading indentation warning

Change-Id: Iff137b9643843d99367d5b97606c7cd687dc8709
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
Alexander Winkowski 2022-02-27 07:20:23 +00:00 committed by Richard Raya
parent e40a3db314
commit 411348d539

View File

@ -633,7 +633,7 @@ static int fscrypt_update_context(union fscrypt_context *ctx)
if (!fscrypt_find_storage_type(&boot)) {
if (!strcmp(boot, SDHCI))
ctx->v1.flags |= FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32;
return 0;
return 0;
}
return -EINVAL;
}