From 3dcace87940713ddd5f91b7d368563024d8a8032 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 31 Dec 2018 18:26:51 +0000 Subject: [PATCH] Remove trailing whitespace from multiple files git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7844 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/doc/qla2x00t-howto.html | 22 +- qla2x00t/qla2x00-target/AskingQuestions | 92 +++--- qla2x00t/qla2x00-target/ChangeLog | 16 +- scstadmin/scstadmin.sysfs/man1/scstadmin.1 | 4 +- scstadmin/scstadmin.sysfs/man5/scst.5 | 2 +- scstadmin/scstadmin.sysfs/man5/scst.conf.5 | 6 +- .../scst-1.0.0/lib/SCST/SCST.pm | 4 +- .../scst-1.0.0/t/08-scstadmin-close-dev.t | 2 +- scstadmin/scstadmin.sysfs/scstadmin | 42 +-- srpt/Measurement-Results.txt | 30 +- srpt/README.ofed | 10 +- srpt/Testing.txt | 2 +- srpt/src/ib_srpt.c | 2 +- usr/fileio/ChangeLog | 2 +- usr/fileio/Makefile | 2 +- usr/fileio/README | 4 +- www/comparison.html | 282 +++++++++--------- www/contributing.html | 82 ++--- www/downloads.html | 32 +- www/handler_fileio_tgt.html | 36 +-- www/images/Orange.css | 6 +- www/index.html | 106 +++---- www/max_outstanding_r2t.txt | 32 +- www/mc_s.html | 36 +-- www/scst_admin.html | 42 +-- www/scstvslio.html | 32 +- www/scstvsstgt.html | 52 ++-- www/target_emulex.html | 36 +-- www/target_fcoe.html | 42 +-- www/target_ibmvscsi.html | 38 +-- www/target_iscsi.html | 42 +-- www/target_local.html | 52 ++-- www/target_lsi.html | 40 +-- www/target_mvsas.html | 46 +-- www/target_old.html | 76 ++--- www/target_qla2x00t.html | 38 +-- www/target_srp.html | 40 +-- www/targets.html | 38 +-- www/tomasz_res.txt | 4 +- www/users.html | 44 +-- www/vl_res.txt | 40 +-- 41 files changed, 778 insertions(+), 778 deletions(-) diff --git a/qla2x00t/doc/qla2x00t-howto.html b/qla2x00t/doc/qla2x00t-howto.html index a18d5f498..c1b00e10d 100644 --- a/qla2x00t/doc/qla2x00t-howto.html +++ b/qla2x00t/doc/qla2x00t-howto.html @@ -94,13 +94,13 @@ And on SUSE systems these packages can be installed by running the following com from the SCST downloads page or from the SCST Subversion source code repository.

- + In what follows it is assumed that the SCST trunk has been retrieved via Subversion. Installing a released SCST version is identical to installing the trunk after all downloaded SCST source code archives have been extracted in a single directory. The structure of that directory will be identical to that of the SCST trunk. - +
[root@proj ]# svn co https://svn.code.sf.net/p/scst/svn/trunk scst
After the above command finished a directory called 'scst' will have been @@ -133,14 +133,14 @@ Instructions for obtaining a distribution-specific kernel source tree vary. An e
[root@proj linux ]# pwd
 /usr/src/linux
 [root@proj linux ]# make menuconfig
- + If you have built a 32-bit kernel make sure to disable HIGHMEM4G and HIGHMEM64G, i.e.
[root@proj linux ]# grep -i highmem .config
 CONFIG_NOHIGHMEM=y
 # CONFIG_HIGHMEM4G is not set
 # CONFIG_HIGHMEM64G is not set
- + If you have built a 32-bit kernel on a system with more than 1GB of memory, consider to change CONFIG_VMSPLIT option to an appropriate value. @@ -178,7 +178,7 @@ Unload the qla2xxx kernel module provided by your Linux distribution and blackli Verify that compilation and installation succeeded:
[root@proj scst]# ls -l /lib/modules/`uname -r`/extra/qla2*
 -rw-r--r--  1 root root  36756 Jun 20 18:46 qla2x00tgt.ko
--rw-r--r--  1 root root 160192 Jun 20 18:46 qla2xxx_scst.ko   
+-rw-r--r--  1 root root 160192 Jun 20 18:46 qla2xxx_scst.ko
 
@@ -194,7 +194,7 @@ Unload the qla2xxx kernel module provided by your Linux distribution and blackli total 232 drwxr-xr-x 2 root root 4096 Jun 20 18:43 dev_handlers -rw-r--r-- 1 root root 36756 Jun 20 18:46 qla2x00tgt.ko --rw-r--r-- 1 root root 160192 Jun 20 18:46 qla2xxx_scst.ko +-rw-r--r-- 1 root root 160192 Jun 20 18:46 qla2xxx_scst.ko -rw-r--r-- 1 root root 190848 Jun 20 18:43 scst.ko [root@proj scst]# ls -l /lib/modules/`uname -r`/extra/dev_handlers @@ -208,7 +208,7 @@ total 192 -rw-r--r-- 1 root root 12563 Jun 20 18:43 scst_tape.ko -rw-r--r-- 1 root root 37937 Jun 20 18:43 scst_user.ko -rw-r--r-- 1 root root 50194 Jun 20 18:43 scst_vdisk.ko - + where: