Skip to content

Commit 161212c

Browse files
Dominik Brodowskizx2c4
authored andcommitted
random: harmonize "crng init done" messages
We print out "crng init done" for !TRUST_CPU, so we should also print out the same for TRUST_CPU. Signed-off-by: Dominik Brodowski <[email protected]> Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 57826fe commit 161212c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/char/random.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ static void __init crng_initialize_primary(struct crng_state *crng)
831831
invalidate_batched_entropy();
832832
numa_crng_init();
833833
crng_init = 2;
834-
pr_notice("crng done (trusting CPU's manufacturer)\n");
834+
pr_notice("crng init done (trusting CPU's manufacturer)\n");
835835
}
836836
crng->init_time = jiffies - CRNG_RESEED_INTERVAL - 1;
837837
}

0 commit comments

Comments
 (0)