From: Askar Safin <safinaskar@gmail.com>
To: Alexander Viro <viro@zeniv.linux.org.uk>,
Christian Brauner <brauner@kernel.org>, Jan Kara <jack@suse.cz>,
linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: patches@lists.linux.dev, kernel-janitors@vger.kernel.org
Subject: [PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine
Date: Thu, 19 Mar 2026 23:27:21 +0000 [thread overview]
Message-ID: <20260319232721.452950-1-safinaskar@gmail.com> (raw)
FSM means "finite-state machine", but I think this is not obvious to
everyone.
Signed-off-by: Askar Safin <safinaskar@gmail.com>
---
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 */
+/* Finite-state machine */
static __initdata enum state {
Start,
base-commit: a1d9d8e833781c44ab688708804ce35f20f3cbbd (mainline)
--
2.47.3
next reply other threads:[~2026-03-19 23:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-19 23:27 Askar Safin [this message]
2026-03-20 13:16 ` [PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine Christian Brauner
2026-03-20 14:46 ` Darrick J. Wong
2026-03-23 12:09 ` Christian Brauner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260319232721.452950-1-safinaskar@gmail.com \
--to=safinaskar@gmail.com \
--cc=brauner@kernel.org \
--cc=jack@suse.cz \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@lists.linux.dev \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox