diff for duplicates of <47CE3497.4000403@watson.wustl.edu> diff --git a/a/1.txt b/N1/1.txt index a8ca7cb..53a3056 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ index 030c147..07b6d7d 100644 -int __init init_module(void) +static int __init tc507_module_init(void) { - if (io = 0) + if (io == 0) printk("3c507: You should not use auto-probing with insmod!\n"); dev_3c507 = el16_probe(-1); return IS_ERR(dev_3c507) ? PTR_ERR(dev_3c507) : 0; diff --git a/a/content_digest b/N1/content_digest index 2b4dbe7..736707c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Jon Schindler <jkschind@gmail.com>\0" - "Subject\0[PATCH 7/11] /drivers/net/3c507.c replaced init_module&cleanup_module\0" - "Date\0Wed, 05 Mar 2008 05:50:15 +0000\0" + "Subject\0[PATCH 7/11] /drivers/net/3c507.c replaced init_module&cleanup_module with module_init&module_exit\0" + "Date\0Tue, 04 Mar 2008 23:50:15 -0600\0" "To\0linux-kernel@vger.kernel.org" kernel-janitors@vger.kernel.org trivial@kernel.org @@ -22,7 +22,7 @@ "-int __init init_module(void)\n" "+static int __init tc507_module_init(void)\n" " {\n" - " \tif (io = 0)\n" + " \tif (io == 0)\n" " \t\tprintk(\"3c507: You should not use auto-probing with insmod!\\n\");\n" " \tdev_3c507 = el16_probe(-1);\n" " \treturn IS_ERR(dev_3c507) ? PTR_ERR(dev_3c507) : 0;\n" @@ -44,4 +44,4 @@ " #endif /* MODULE */\n" " MODULE_LICENSE(\"GPL\");" -caeee99a801a43c5eaf97d297b7ec2e7d6865ac0646b6fbeea9cbf6582364f7d +1cefd7184c39d2b75a714ee9f2ca8508c8b3b641a1e2d7ddb9d55bc0787eee49
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.