From 2f0a5426d0841469b7dd2ef72912936784a7c25f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 22 Dec 2021 20:03:06 -0800 Subject: [PATCH] qla2x00t/doc/qla2x00t-howto.html: Make this document HTML-compliant --- qla2x00t/doc/qla2x00t-howto.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qla2x00t/doc/qla2x00t-howto.html b/qla2x00t/doc/qla2x00t-howto.html index 5f8e8a26e..10c8d192b 100644 --- a/qla2x00t/doc/qla2x00t-howto.html +++ b/qla2x00t/doc/qla2x00t-howto.html @@ -63,7 +63,7 @@ qla2xxx 0000:13:00.0: Failed to initialize adapter Copy the firmware image (.BIN) file to the /lib/firmware directory and rename it such that the kernel driver can find it. The file name that should be used for the firmware file depends on the RISC controller ID: - +
@@ -241,8 +241,8 @@ Now let's create our virtual device:
modprobe qla2x00tgt
 find /sys/kernel/scst_tgt/targets/qla2x00t -name enabled | \
-while read f; do echo 1 >$f & done; wait
-find /sys -name issue_lip | while read f; do echo 1 >$f & done; wait
+while read f; do echo 1 >$f & done; wait
+find /sys -name issue_lip | while read f; do echo 1 >$f & done; wait
 {
 cat <<EOF
 HANDLER vdisk_fileio {
ISP ModelFirmware file
name
ISP 21XXql2100_fw.bin
ISP 22XXql2200_fw.bin