mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
[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>
This commit is contained in:
parent
a077c1a075
commit
cc088d10d0
|
|
@ -1964,7 +1964,7 @@ static void cciss_geometry_inquiry(int ctlr, int logvol,
|
|||
} else { /* Get geometry failed */
|
||||
printk(KERN_WARNING "cciss: reading geometry failed\n");
|
||||
}
|
||||
printk(KERN_INFO " heads= %d, sectors= %d, cylinders= %d\n\n",
|
||||
printk(KERN_INFO " heads=%d, sectors=%d, cylinders=%d\n\n",
|
||||
drv->heads, drv->sectors, drv->cylinders);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user