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.