]> git.ipfire.org Git - thirdparty/linux.git/commit
kernel/panic: return early from print_tainted() when not tainted
authorJani Nikula <jani.nikula@intel.com>
Fri, 31 May 2024 09:04:54 +0000 (12:04 +0300)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 25 Jun 2024 05:25:04 +0000 (22:25 -0700)
commitf4b62423383e7a26eb1a6ce0fc52c472ed955d6f
treebb0ec46ee04a0e523c146c88b161cbc0d6efe46f
parent21516c56ffe280d547af656fa9ba0ae62779ec98
kernel/panic: return early from print_tainted() when not tainted

Reduce indent to make follow-up changes slightly easier on the eyes.

Link: https://lkml.kernel.org/r/01d6c03de1c9d1b52b59c652a3704a0a9886ed63.1717146197.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/panic.c