repart: Rename context_verity() to context_verity_hash()

This commit is contained in:
Daan De Meyer
2022-09-10 22:12:57 +02:00
parent c8f38bf077
commit b6db96a2a6

View File

@@ -3581,7 +3581,7 @@ static int do_verity_format(
#endif
}
static int context_verity(Context *context) {
static int context_verity_hash(Context *context) {
int fd = -1, r;
assert(context);
@@ -4201,7 +4201,7 @@ static int context_write_partition_table(
if (r < 0)
return r;
r = context_verity(context);
r = context_verity_hash(context);
if (r < 0)
return r;