Re: [PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine
From: Christian Brauner
Date: Mon Mar 23 2026 - 08:17:47 EST
On Fri, Mar 20, 2026 at 07:46:35AM -0700, Darrick J. Wong wrote:
> On Thu, Mar 19, 2026 at 11:27:21PM +0000, Askar Safin wrote:
> > FSM means "finite-state machine", but I think this is not obvious to
> > everyone.
> >
> > Signed-off-by: Askar Safin <safinaskar@xxxxxxxxx>
> > ---
> > init/initramfs.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/init/initramfs.c b/init/initramfs.c
> > index 139baed06..d29fe0a5c 100644
> > --- a/init/initramfs.c
> > +++ b/init/initramfs.c
> > @@ -212,7 +212,7 @@ static void __init parse_header(char *s)
> > hdr_csum = parsed[12];
> > }
> >
> > -/* FSM */
>
> ...and here I thought all along that the initramfs code had been blessed
> by the flying spaghetti monster! ;)
I've touched it a lot recently and the urge to massage it is getting
stronger but I have too much other stuff to do...