fscrypt: Fix misleading indentation warning

Change-Id: Ia5c0f6d48fda9ced33291366868d9aa4102d46e5
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Alexander Winkowski
2022-02-27 07:20:23 +00:00
committed by Pranav Vashi
parent 4443654d3e
commit c4ef4c5773

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;
}