Skip to content

Commit

Permalink
fscrypt: Fix misleading indentation warning
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Winkowski <[email protected]>
Change-Id: Ia5c0f6d48fda9ced33291366868d9aa4102d46e5
  • Loading branch information
dereference23 authored and Arjun-Ingole committed Apr 25, 2022
1 parent 4b7dd65 commit 2fed500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/crypto/policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2fed500

Please sign in to comment.