From afca044f0d87bafd1502a86fb57c9f7c802f14d0 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Thu, 4 Apr 2024 15:37:59 -0500 Subject: [PATCH] case-lib: lib.sh: remove trailing whitespace No functionality change Signed-off-by: Pierre-Louis Bossart --- case-lib/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case-lib/lib.sh b/case-lib/lib.sh index 7ed92799..7642c4dd 100644 --- a/case-lib/lib.sh +++ b/case-lib/lib.sh @@ -904,7 +904,7 @@ grep_firmware_info_in_logs() # dump the version info and ABI info # "head -n" makes this compatible with set -e. journalctl_cmd "$@" | grep "Firmware info" -A1 | head -n 12 - # For dumping the firmware information when DUT runs IPC4 mode + # For dumping the firmware information when DUT runs IPC4 mode journalctl_cmd "$@" | grep "firmware version" -A1 | head -n 12 # dump the debug info journalctl_cmd "$@" | grep "Firmware debug build" -A3 | head -n 12