From: Bartlomiej Zolnierkiewicz Date: Wed, 12 Dec 2007 22:31:57 +0000 (+0100) Subject: ide: coding style fixes for drivers/ide/setup-pci.c X-Git-Tag: v2.6.24-rc6~61^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7d3477a7b0d52406d68b01bc8931f43112677f;p=pandora-kernel.git ide: coding style fixes for drivers/ide/setup-pci.c * remove trailing whitespaces * 'if()' -> 'if ()' * remove extra new-line before EXPORT_SYMBOL_GPL() * add extra new-line after 'id' definition * respect 80-columns limit There should be no functionality changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed