]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pci/i386: style cleanups
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 17 Oct 2006 17:17:58 +0000 (10:17 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:36:58 +0000 (14:36 -0800)
commit7edab2f0876ff6a38e10a88c9aca20180aad307c
tree9bd5bd25f21206643e6330e5f46b0e6f1d6a162d
parent7ea7e98fd8d02351c43ef4ab35d70f3aaa26c31d
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 <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/i386/pci/i386.c