diff options
| author | SeongJae Park <[email protected]> | 2022-04-19 12:16:36 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-04-24 08:38:44 +0000 |
| commit | 5b5bfecaa333fb6a0cce1bfc4852a622dacfed1d (patch) | |
| tree | a054b54880d654d1c8828be5f8bd0e0fd43176c7 | |
| parent | drivers/base/memory: Fix an unlikely reference counting issue in __add_memory... (diff) | |
| download | kernel-5b5bfecaa333fb6a0cce1bfc4852a622dacfed1d.tar.gz kernel-5b5bfecaa333fb6a0cce1bfc4852a622dacfed1d.zip | |
scripts/get_abi: Fix wrong script file name in the help message
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rwxr-xr-x | scripts/get_abi.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get_abi.pl b/scripts/get_abi.pl index 1389db76cff3..0ffd5531242a 100755 --- a/scripts/get_abi.pl +++ b/scripts/get_abi.pl @@ -981,11 +981,11 @@ __END__ =head1 NAME -abi_book.pl - parse the Linux ABI files and produce a ReST book. +get_abi.pl - parse the Linux ABI files and produce a ReST book. =head1 SYNOPSIS -B<abi_book.pl> [--debug <level>] [--enable-lineno] [--man] [--help] +B<get_abi.pl> [--debug <level>] [--enable-lineno] [--man] [--help] [--(no-)rst-source] [--dir=<dir>] [--show-hints] [--search-string <regex>] <COMMAND> [<ARGUMENT>] |
