diff for duplicates of <20190209164106.50de74f9@archlinux> diff --git a/a/1.txt b/N1/1.txt index 05b34e1..cf1e368 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,7 +27,7 @@ Jonathan > } > > - if (!tries) -> + if (tries = -1) +> + if (tries == -1) > return -ETIMEDOUT; > > ret = sps30_do_cmd(state, SPS30_READ_DATA, tmp, sizeof(int) * size); diff --git a/a/content_digest b/N1/content_digest index d767bda..af4d58e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190209090350.GD4865@kadam\0" "From\0Jonathan Cameron <jic23@kernel.org>\0" "Subject\0Re: [PATCH] iio: chemical: sps30: fix a loop timeout test\0" - "Date\0Sat, 09 Feb 2019 16:41:06 +0000\0" + "Date\0Sat, 9 Feb 2019 16:41:06 +0000\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Tomasz Duszynski <tduszyns@gmail.com>" Hartmut Knaack <knaack.h@gmx.de> @@ -40,9 +40,9 @@ "> \t}\n" "> \n" "> -\tif (!tries)\n" - "> +\tif (tries = -1)\n" + "> +\tif (tries == -1)\n" "> \t\treturn -ETIMEDOUT;\n" "> \n" "> \tret = sps30_do_cmd(state, SPS30_READ_DATA, tmp, sizeof(int) * size);" -2698153baeb1b861924888dc42049633ac5c8ad65fce115151bf911e8727dd60 +116b8b2bd58987915e91a00482bb29b9470582be2eaba66f13fda782a80c11af
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.