Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/bootconfig: scripts/ftrace.sh was missing the shebang line, so added it

This file was missing the shebang line, so added it.

Link: https://lore.kernel.org/all/20250722225351.8811-1-unixbhaskar@gmail.com/

[Masami: changed title. ]

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

authored by

Bhaskar Chowdhury and committed by
Masami Hiramatsu (Google)
9afa2e0d 26dda576

+1
+1
tools/bootconfig/scripts/ftrace.sh
··· 1 + #!/bin/sh 1 2 # SPDX-License-Identifier: GPL-2.0-only 2 3 3 4 clear_trace() { # reset trace output