diff for duplicates of <4ECCAD38.9090309@bfs.de> diff --git a/a/1.txt b/N1/1.txt index ea22cd9..cb8c2e7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,12 +25,12 @@ this of cause makes the if() redundant. -> if ((dev = nr_ax25_dev_get(nr_route.device)) = NULL) +> if ((dev = nr_ax25_dev_get(nr_route.device)) == NULL) > return -EINVAL; while you are here: dev = nr_ax25_dev_get(nr_route.device); - if ( dev = NULL ) + if ( dev == NULL ) return -EINVAL; > if (nr_route.ndigis < 0 || nr_route.ndigis > AX25_MAX_DIGIS) { diff --git a/a/content_digest b/N1/content_digest index d346fb3..0ec4a3f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020111123065240.GD6871@elgon.mountain\0" "From\0walter harms <wharms@bfs.de>\0" "Subject\0Re: [patch] netrom: check that user string is terminated\0" - "Date\0Wed, 23 Nov 2011 08:22:16 +0000\0" + "Date\0Wed, 23 Nov 2011 09:22:16 +0100\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Ralf Baechle <ralf@linux-mips.org>" David S. Miller <davem@davemloft.net> @@ -37,12 +37,12 @@ "\n" "\n" "\n" - "> \t\tif ((dev = nr_ax25_dev_get(nr_route.device)) = NULL)\n" + "> \t\tif ((dev = nr_ax25_dev_get(nr_route.device)) == NULL)\n" "> \t\t\treturn -EINVAL;\n" "while you are here:\n" "\n" "\tdev = nr_ax25_dev_get(nr_route.device);\n" - "\tif ( dev = NULL )\n" + "\tif ( dev == NULL )\n" "\t\treturn -EINVAL;\n" "\n" "> \t\tif (nr_route.ndigis < 0 || nr_route.ndigis > AX25_MAX_DIGIS) {\n" @@ -58,4 +58,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -68a97307ef0961be94b2fbdca2becef74d4e39a2393f2cd475a81f72f0ca6054 +577b071ef4ac39be4c161c20eb5d67c58aea5421bbed501dff06a971b7a06eaa
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.