On 8/27/25 10:21 AM, Thomas Monjalon wrote:
Most messages from the Linux uAPI script are not useful when running the script in a regular fashion. The quiet mode (option -q) is added to output only error messages if any. Signed-off-by: Thomas Monjalon <[email protected]> --- devtools/linux-uapi.sh | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-)
You forgot to update print_usage(). With this fixed: Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

