Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

init/initramfs.c: trivial fix: FSM -> Finite-state machine

FSM means "finite-state machine", but I think this is not obvious to
everyone.

Signed-off-by: Askar Safin <safinaskar@gmail.com>
Link: https://patch.msgid.link/20260319232721.452950-1-safinaskar@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>

authored by

Askar Safin and committed by
Christian Brauner
49e64d71 f8909447

+1 -1
+1 -1
init/initramfs.c
··· 212 212 hdr_csum = parsed[12]; 213 213 } 214 214 215 - /* FSM */ 215 + /* Finite-state machine */ 216 216 217 217 static __initdata enum state { 218 218 Start,