PERFORCE change 195053 for review
John Baldwin
jhb at FreeBSD.org
Mon Jun 20 20:48:26 UTC 2011
http://p4web.freebsd.org/@@195053?ac=10
Change 195053 by jhb at jhb_jhbbsd on 2011/06/20 20:47:23
80 cols.
Affected files ...
.. //depot/projects/pci/sys/x86/x86/mptable_pci.c#12 edit
Differences ...
==== //depot/projects/pci/sys/x86/x86/mptable_pci.c#12 (text+ko) ====
@@ -147,8 +147,8 @@
case -1:
return (NULL);
case 1:
- return (bus_generic_alloc_resource(dev, child, type, rid,
- start, end, count, flags));
+ return (bus_generic_alloc_resource(dev, child,
+ type, rid, start, end, count, flags));
default:
break;
}
@@ -158,8 +158,8 @@
case -1:
return (NULL);
case 1:
- return (bus_generic_alloc_resource(dev, child, type, rid,
- start, end, count, flags));
+ return (bus_generic_alloc_resource(dev, child,
+ type, rid, start, end, count, flags));
default:
break;
}
More information about the p4-projects
mailing list