From 02c4f1ba22b6b606441f8b1e4e619fb51e7bcbbd Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-genesis-scripts/usr/bin/diskdiscover --- xCAT-genesis-scripts/usr/bin/diskdiscover | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-genesis-scripts/usr/bin/diskdiscover b/xCAT-genesis-scripts/usr/bin/diskdiscover index a00b43812..7964d1c9c 100755 --- a/xCAT-genesis-scripts/usr/bin/diskdiscover +++ b/xCAT-genesis-scripts/usr/bin/diskdiscover @@ -5,12 +5,12 @@ # This script is to discover disk devices. # # Input parameter : or nothing -# +# # Output : disk and RAID arrys information # # Examples: # 1. When PCI_ID value is 1014:034a, execute "diskdiscover 1014:034a", the output format is as following: -# +# # -------------------------------------------------------------------------- # PCI_ID PCI_SLOT_NAME Resource_Path Device Description Status # ------ ------------- ------------- ------ ----------- ---------------- @@ -64,7 +64,7 @@ function usagesc { echo "Usage: diskdiscover " echo " If input parameter is , return devices and RAID arrays info by PCI_ID." echo " If there is no value for , return all af/jbod disks and RAID arrays info." - + } ######################################## @@ -74,7 +74,7 @@ function usagesc { # if input parameter is PCI_ID: # Get devices and RAID arrays info by PCI_ID # if there is no input parameter for PCI_ID : -# Get all af disks and jbod disks info +# Get all af disks and jbod disks info # Get all RAID arrays info # ##########################################