diff mbox series

selftests: firmware: Improve readability in fallback mechanism message

Message ID 20250219043541.122924-1-brianeochoa@gmail.com
State New
Headers show
Series selftests: firmware: Improve readability in fallback mechanism message | expand

Commit Message

Brian Ochoa Feb. 19, 2025, 4:35 a.m. UTC
This patch adds commas to clarify sentence structure:
- "To confirm look for" --> "To confirm, look for"
- "If you do remove this file" --> "If you do, remove this file"

Signed-off-by: Brian Ochoa <brianeochoa@gmail.com>
---
 tools/testing/selftests/firmware/fw_fallback.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/tools/testing/selftests/firmware/fw_fallback.sh b/tools/testing/selftests/firmware/fw_fallback.sh
index 70d18be46af5..cd1ff88feb28 100755
--- a/tools/testing/selftests/firmware/fw_fallback.sh
+++ b/tools/testing/selftests/firmware/fw_fallback.sh
@@ -173,13 +173,13 @@  test_syfs_timeout()
 		echo ""
 		echo "This might be a distribution udev rule setup by your distribution"
 		echo "to immediately cancel all fallback requests, this must be"
-		echo "removed before running these tests. To confirm look for"
+		echo "removed before running these tests. To confirm, look for"
 		echo "a firmware rule like /lib/udev/rules.d/50-firmware.rules"
 		echo "and see if you have something like this:"
 		echo ""
 		echo "SUBSYSTEM==\"firmware\", ACTION==\"add\", ATTR{loading}=\"-1\""
 		echo ""
-		echo "If you do remove this file or comment out this line before"
+		echo "If you do, remove this file or comment out this line before"
 		echo "proceeding with these tests."
 		exit 1
 	fi