[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4509407B.6050201@gmail.com>
Date: Thu, 14 Sep 2006 13:43:55 +0200
From: Metathronius Galabant <m.galabant@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH]: remove unneeded spaces in cciss output for attached volumes
Hi,
please see the following patch against the CCISS driver (HP/Compaq
SmartArray Controllers).
It removes the awkward spaces after the "=" when displaying the
geometry of the attached volumes (and saves 5 bytes of kernel ;)
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
The following is against 2.6.18-rc6.
Cheers,
M.
View attachment "cciss-space-patch.diff" of type "text/plain" (868 bytes)
Powered by blists - more mailing lists