Skip to content

Commit 74bcaa5

Browse files
plbossartmarc-hb
authored andcommitted
case-lib: lib.sh: remove trailing whitespace
No functionality change Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 21cfc68 commit 74bcaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

case-lib/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ grep_firmware_info_in_logs()
904904
# dump the version info and ABI info
905905
# "head -n" makes this compatible with set -e.
906906
journalctl_cmd "$@" | grep "Firmware info" -A1 | head -n 12
907-
# For dumping the firmware information when DUT runs IPC4 mode
907+
# For dumping the firmware information when DUT runs IPC4 mode
908908
journalctl_cmd "$@" | grep "firmware version" -A1 | head -n 12
909909
# dump the debug info
910910
journalctl_cmd "$@" | grep "Firmware debug build" -A3 | head -n 12

0 commit comments

Comments
 (0)