commit | 7edab2f0876ff6a38e10a88c9aca20180aad307c | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Tue Oct 17 10:17:58 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 01 14:36:58 2006 -0800 |
tree | 9bd5bd25f21206643e6330e5f46b0e6f1d6a162d | |
parent | 7ea7e98fd8d02351c43ef4ab35d70f3aaa26c31d [diff] |
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>