Every nit needs picking.
Index: 0-test10-pre1.1/Makefile
--- 0-test10-pre1.1/Makefile Tue, 03 Oct 2000 12:24:51 +1100 kaos (linux-2.4/B/c/27_Makefile 1.1.2.2.2.4.1.7.1.3.1.5.2.5 644)
+++ 0-test10-pre1.1(w)/Makefile Tue, 10 Oct 2000 11:33:03 +1100 kaos (linux-2.4/B/c/27_Makefile 1.1.2.2.2.4.1.7.1.3.1.5.2.5 644)
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 0
-EXTRAVERSION = -test9
+EXTRAVERSION = -test10
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
Index: 0-test10-pre1.1/Documentation/isapnp.txt
--- 0-test10-pre1.1/Documentation/isapnp.txt Tue, 10 Oct 2000 11:01:35 +1100 kaos (linux-2.4/C/c/28_isapnp.txt 1.2 644)
+++ 0-test10-pre1.1(w)/Documentation/isapnp.txt Tue, 10 Oct 2000 11:33:18 +1100 kaos (linux-2.4/C/c/28_isapnp.txt 1.2 644)
@@ -120,10 +120,10 @@ callback with appropriate information.
Example for ids parameter initialization:
static struct isapnp_device_id device_ids[] __devinitdata = {
- { ISAPNP_DEVICE_SINGLE('E','S','S', 0x0968, 'E','S','S', 0x0968), }
+ { ISAPNP_DEVICE_SINGLE('E','S','S', 0x0968, 'E','S','S', 0x0968), },
{ ISAPNP_DEVICE_SINGLE_END, }
};
-MODULE_DEVICE_TABLE(isapnp, &device_ids);
+MODULE_DEVICE_TABLE(isapnp, device_ids);
ISA PnP configuration
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Oct 15 2000 - 21:00:14 EST