]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/bootconfig: clean up comment typos and bracing
authorJosh Law <objecting@objecting.org>
Wed, 18 Mar 2026 23:43:23 +0000 (08:43 +0900)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Wed, 18 Mar 2026 23:43:23 +0000 (08:43 +0900)
commit7eaf074e9109860bfc2f7b01958059e9f2d4a76e
treea2e149c90d9edfd0a620bc4c87617f62a73c6676
parent3b2c2ab4ceb82af484310c3087541eab00ea288b
lib/bootconfig: clean up comment typos and bracing

Fixes kerneldoc typos ("initiized" and "uder") and adds a missing blank line.
Also fixes inconsistent if/else bracing in __xbc_add_key() and elsewhere.

Link: https://lore.kernel.org/all/20260318155919.78168-2-objecting@objecting.org/
Signed-off-by: Josh Law <objecting@objecting.org>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
lib/bootconfig.c