diff for duplicates of <20120126061330.GA15856@elgon.mountain> diff --git a/a/content_digest b/N1/content_digest index eafe08e..862411b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] nfc: NULL vs zero in nci_activate_target()\0" - "Date\0Thu, 26 Jan 2012 06:13:31 +0000\0" + "Date\0Thu, 26 Jan 2012 09:13:31 +0300\0" "To\0Lauro Ramos Venancio <lauro.venancio@openbossa.org>\0" "Cc\0Aloisio Almeida Jr <aloisio.almeida@openbossa.org>" Samuel Ortiz <sameo@linux.intel.com> @@ -31,4 +31,4 @@ " \tint i;\n" " \tint rc = 0;" -1d2545e7ada33a5ea5206db4c4efa0fa3fdf31a47ae33dce2eee6499f51af9bd +6f2766a9ac6af5a27ad377d07f3fb006584e0525cdcd8dfef70cff37e3037646
diff --git a/a/1.txt b/N2/1.txt index c4a034c..d1cc247 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -2,7 +2,7 @@ This is a pointer so it should be NULL instead of zero. Sparse complains about this stuff: net/nfc/nci/core.c:447:37: warning: Using plain integer as NULL pointer -Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> +Signed-off-by: Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c index 12d1d4d..a47e90c 100644 @@ -16,3 +16,8 @@ index 12d1d4d..a47e90c 100644 + struct nfc_target *target = NULL; int i; int rc = 0; + +-- +To unsubscribe from this list: send the line "unsubscribe linux-wireless" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index eafe08e..097855a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,22 +1,22 @@ - "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" + "From\0Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0" "Subject\0[patch] nfc: NULL vs zero in nci_activate_target()\0" - "Date\0Thu, 26 Jan 2012 06:13:31 +0000\0" - "To\0Lauro Ramos Venancio <lauro.venancio@openbossa.org>\0" - "Cc\0Aloisio Almeida Jr <aloisio.almeida@openbossa.org>" - Samuel Ortiz <sameo@linux.intel.com> - David S. Miller <davem@davemloft.net> - John W. Linville <linville@tuxdriver.com> - Ilan Elias <ilane@ti.com> - linux-wireless@vger.kernel.org - netdev@vger.kernel.org - " kernel-janitors@vger.kernel.org\0" + "Date\0Thu, 26 Jan 2012 09:13:31 +0300\0" + "To\0Lauro Ramos Venancio <lauro.venancio-430g2QfJUUCGglJvpFV4uA@public.gmane.org>\0" + "Cc\0Aloisio Almeida Jr <aloisio.almeida-430g2QfJUUCGglJvpFV4uA@public.gmane.org>" + Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> + David S. Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> + John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org> + Ilan Elias <ilane-l0cyMroinI0@public.gmane.org> + linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "This is a pointer so it should be NULL instead of zero. Sparse\n" "complains about this stuff:\n" "net/nfc/nci/core.c:447:37: warning: Using plain integer as NULL pointer\n" "\n" - "Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>\n" + "Signed-off-by: Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\n" "\n" "diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c\n" "index 12d1d4d..a47e90c 100644\n" @@ -29,6 +29,11 @@ "-\tstruct nfc_target *target = 0;\n" "+\tstruct nfc_target *target = NULL;\n" " \tint i;\n" - " \tint rc = 0;" + " \tint rc = 0;\n" + " \n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-wireless\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -1d2545e7ada33a5ea5206db4c4efa0fa3fdf31a47ae33dce2eee6499f51af9bd +f5a420843db3638d73c0ec2b60336f55968548d3aff9d256e2673ad615bfee4b
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.