scripts/get_abi.pl: add a validate command
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 20 Jun 2019 17:23:04 +0000 (14:23 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Jun 2019 14:57:45 +0000 (16:57 +0200)
commit7ce7b89bf565b4e86d37fd32577272e98d3359cd
treef7947aa50338c4ca96f030b93dd846b6b357cfb4
parent2c0700e7afa40330f2d21defe2a7bffcb0eecb1e
scripts/get_abi.pl: add a validate command

Sometimes, we just want the parser to retrieve all symbols from
ABI, in order to check for parsing errors. So, add a new
"validate" command.

While here, update the man/help pages.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/get_abi.pl