]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scripts/get_abi: Fix wrong script file name in the help message
authorSeongJae Park <sj@kernel.org>
Tue, 19 Apr 2022 12:16:36 +0000 (12:16 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jun 2022 16:41:14 +0000 (18:41 +0200)
commit7f819ba624252c26320f184b511ee72c252ff862
tree4c6808a1a2133cf864851396df76aab0f3358891
parent24ce123abe7a789fe8b25696d858f2c6bea34718
scripts/get_abi: Fix wrong script file name in the help message

[ Upstream commit 5b5bfecaa333fb6a0cce1bfc4852a622dacfed1d ]

The help message of 'get_abi.pl' is mistakenly saying it's
'abi_book.pl'.  This commit fixes the wrong name in the help message.

Fixes: bbc249f2b859 ("scripts: add an script to parse the ABI files")
Signed-off-by: SeongJae Park <sj@kernel.org>
Link: https://lore.kernel.org/r/20220419121636.290407-1-sj@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
scripts/get_abi.pl