From aef5dae8856b1f6099b0e281952cecc0966d21f4 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-probe/subcmds/nodecheck --- xCAT-probe/subcmds/nodecheck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-probe/subcmds/nodecheck b/xCAT-probe/subcmds/nodecheck index 67bdc43a2..537845d7b 100755 --- a/xCAT-probe/subcmds/nodecheck +++ b/xCAT-probe/subcmds/nodecheck @@ -30,7 +30,7 @@ $::USAGE = "Usage: $program_name [-d|delete_duplicate] [-n noderange] [-V|--verbose] Description: - Use this command to check node defintions in xCAT DB. + Use this command to check node defintions in xCAT DB. Options: -h : Get usage information of $program_name @@ -120,7 +120,7 @@ sub check_for_duplicate_mtms_sn { # Check if mtm and serial are set unless ($value eq " mtm= serial=") { - # Build a hash of key="mtm+serial" and value="nodename". Later, this entry + # Build a hash of key="mtm+serial" and value="nodename". Later, this entry # will be removed if predefined node found with the same mtm + serial found $waiting_to_be_discovered{$value} = $node_name; }