diff for duplicates of <20100405125329.GA16197@bicker> diff --git a/a/1.txt b/N1/1.txt index be4e8ea..e2b423e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,7 +28,7 @@ dan carpenter > > - for (i = 0; i < NAME_MAX_LEN; ++i) { > > + for (i = 0; i < NAME_MAX_LEN - 1; ++i) { > > current_driver_name[i] = buf[i]; -> > if (isspace(buf[i]) || buf[i] = ' ' || buf[i] = 0) +> > if (isspace(buf[i]) || buf[i] == ' ' || buf[i] == 0) > > break; > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in diff --git a/a/content_digest b/N1/content_digest index 1d50651..2270873 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020100403204717.GS24846@8bytes.org\0" "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0Re: [patch] dma-debug: off by one issue\0" - "Date\0Mon, 05 Apr 2010 12:53:30 +0000\0" + "Date\0Mon, 5 Apr 2010 15:53:30 +0300\0" "To\0Joerg Roedel <joro@8bytes.org>\0" "Cc\0Joerg Roedel <joerg.roedel@amd.com>" Ingo Molnar <mingo@elte.hu> @@ -42,7 +42,7 @@ "> > -\tfor (i = 0; i < NAME_MAX_LEN; ++i) {\n" "> > +\tfor (i = 0; i < NAME_MAX_LEN - 1; ++i) {\n" "> > \t\tcurrent_driver_name[i] = buf[i];\n" - "> > \t\tif (isspace(buf[i]) || buf[i] = ' ' || buf[i] = 0)\n" + "> > \t\tif (isspace(buf[i]) || buf[i] == ' ' || buf[i] == 0)\n" "> > \t\t\tbreak;\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n" @@ -50,4 +50,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > Please read the FAQ at http://www.tux.org/lkml/ -0f65a98811101c0dc9f94d02d3d578eb0c31d501b300eac8a72568d0e17a104b +49cb4ea4332d856c70af32ce6cbcc73dfee4eccab83aa5fdc918ffdfdcf3e324
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.