tools/x86/kcpuid: Set parse_line() return type to void
authorAhmed S. Darwish <darwi@linutronix.de>
Mon, 24 Mar 2025 14:20:29 +0000 (15:20 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 25 Mar 2025 08:53:45 +0000 (09:53 +0100)
commit8984cea5c4743d7fabf5de9da142cfc5dde1a144
tree5601845a9ebaee8ad915b5bd4202caa9d2b64540
parent2b383ca0896f0ffc24fd4d93440320d2dd5daad1
tools/x86/kcpuid: Set parse_line() return type to void

parse_line() returns an integer but its caller ignored it. Change the
function signature to return void.

While at it, adjust some of the "Skip line" comments for readability.

Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/20250324142042.29010-9-darwi@linutronix.de
tools/arch/x86/kcpuid/kcpuid.c