diff for duplicates of <20111123191249.GB7260@linux-mips.org> diff --git a/a/1.txt b/N1/1.txt index 6d3b83f..ab7e3d2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,12 +7,12 @@ On Wed, Nov 23, 2011 at 09:22:16AM +0100, walter harms wrote: Correct, it makes thigs worse. I'm going to reply in detail later tonight, have to bail out now. -> > 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 8cc23ed..2cce84c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -20,12 +20,12 @@ "Correct, it makes thigs worse. I'm going to reply in detail later tonight,\n" "have to bail out now.\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" @@ -42,4 +42,4 @@ "\n" Ralf -c627f372b3d03b5b84d6ee1bb931c7a7a412fef02916ddf495c624543705079b +7a426ebc623a9fb26f0dd6fb5e8a393c702898c7c65adfe6ec35f7a57c487aeb
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.