commit | 8671adc7ce95ff1d5c7b037d371467e96f7f2914 | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@kernel.org> | Fri Oct 23 13:17:49 2020 -0500 |
committer | Tom Zanussi <zanussi@kernel.org> | Mon Oct 26 09:49:00 2020 -0500 |
tree | de8c6d4d77c23cb17f7db0c5f8b687ac657105fb | |
parent | dcfa0a4cfdc05824cfd89227f635071c60113992 [diff] |
tracing: Update synth command errors Since array types are handled differently, errors referencing them also need to be handled differently. Add and use a new INVALID_ARRAY_SPEC error. Also add INVALID_CMD and INVALID_DYN_CMD to catch and display the correct form for badly-formed commands, which can also be used in place of CMD_INCOMPLETE, which is removed, and remove CMD_TOO_LONG, since it's no longer used. Signed-off-by: Tom Zanussi <zanussi@kernel.org>