[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNARD3C0zPtzvtKCZssuY8gXJmfmXUsVYZ64wsNXLRdh+wQ@mail.gmail.com>
Date: Thu, 22 May 2025 16:31:24 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>
Cc: nathan@...nel.org, nicolas.schier@...ux.dev, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] scripts: Correct the function name in comment
On Wed, May 21, 2025 at 8:25 PM Bhaskar Chowdhury <unixbhaskar@...il.com> wrote:
>
> Simple correction about the function name to match in the comment section.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
> ---
> scripts/link-vmlinux.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh
> index 51367c2bfc21..6ff23a77bf96 100755
> --- a/scripts/link-vmlinux.sh
> +++ b/scripts/link-vmlinux.sh
> @@ -165,7 +165,7 @@ sysmap_and_kallsyms()
> }
>
> # Create map file with all symbols from ${1}
> -# See mksymap for additional details
> +# See mksysmap for additional details
I think this "mksysmap" refers to scripts/mksysmap
instead of the function name.
However, I'd like to delete this useless comment.
> mksysmap()
> {
> info NM ${2}
> --
> 2.49.0
>
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists