]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] cciss: remove unneeded spaces in output for attached volumes
authorMetathronius Galabant <m.galabant@googlemail.com>
Sun, 1 Oct 2006 06:27:47 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:22 +0000 (00:39 -0700)
commitcc088d10d02978641c7a2eecd18caf1e01e597b3
tree31c6e47cb6383d86f0c3cd8b5fca283d9b27e639
parenta077c1a075473910928676ed95acb393259d9310
[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 <m.galabant@gmail.com>
Acked-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/block/cciss.c