Skip to content

Commit

Permalink
case-lib: lib.sh: remove trailing whitespace
Browse files Browse the repository at this point in the history
No functionality change

Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Apr 5, 2024
1 parent f739f90 commit afca044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion case-lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afca044

Please sign in to comment.