From: Randy Dunlap Date: Tue, 17 Oct 2006 17:17:58 +0000 (-0700) Subject: pci/i386: style cleanups X-Git-Tag: v2.6.20-rc1~34^2~40^2~473^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7edab2f0876ff6a38e10a88c9aca20180aad307c;p=pandora-kernel.git pci/i386: style cleanups Mostly CodingStyle cleanups for arch/i386/pci/i386.c: - fit in 80 columns; - use a #defined value instead of an inline constant; Also change one resource_size_t (DBG) printk from %08lx to %lx since it can be more than 32 bits (more than 8 hexits). Signed-off-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed