From: Metathronius Galabant Date: Sun, 1 Oct 2006 06:27:47 +0000 (-0700) Subject: [PATCH] cciss: remove unneeded spaces in output for attached volumes X-Git-Tag: v2.6.19-rc1~594 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc088d10d02978641c7a2eecd18caf1e01e597b3;p=pandora-kernel.git [PATCH] cciss: remove unneeded spaces in output for attached volumes It removes the awkwards spaces after the "=" when displaying the geometry of the attached volumes. Before: cciss: using DAC cycles blocks= 286734240 block_size= 512 heads= 255, sectors= 32, cylinders= 35139 After: cciss: using DAC cycles blocks=286734240 block_size=512 heads=255, sectors=32, cylinders=35139 Signed-off-by: Metathronius Galabant Acked-by: Mike Miller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed