lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250219043541.122924-1-brianeochoa@gmail.com>
Date: Tue, 18 Feb 2025 23:35:41 -0500
From: Brian Ochoa <brianeochoa@...il.com>
To: skhan@...uxfoundation.org
Cc: Brian Ochoa <brianeochoa@...il.com>,
	linux-kernel-mentees@...ts.linux.dev,
	linux-kselftest@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] selftests: firmware: Improve readability in fallback mechanism message

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@...il.com>
---
 tools/testing/selftests/firmware/fw_fallback.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ