diff for duplicates of <20170708002857.GA12556@embeddedgus> diff --git a/a/1.txt b/N1/1.txt index dab8547..14a3c5d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,21 +9,21 @@ disable optional_qualifier@ identifier i; position p; @@ -static struct watchdog_ops i@p = { ... }; +static struct watchdog_ops i at p = { ... }; @ok@ identifier r.i; struct watchdog_device e; position p; @@ -e.ops = &i@p; +e.ops = &i at p; @bad@ position p != {r.p,ok.p}; identifier r.i; struct watchdog_ops e; @@ -e@i@p +e at i@p @depends on !bad disable optional_qualifier@ identifier r.i; diff --git a/a/content_digest b/N1/content_digest index dd92381..eed94f9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,7 @@ - "From\0Gustavo A. R. Silva <garsilva@embeddedor.com>\0" + "From\0garsilva@embeddedor.com (Gustavo A. R. Silva)\0" "Subject\0[PATCH] watchdog: stm32_iwdg: constify watchdog_ops structure\0" "Date\0Fri, 7 Jul 2017 19:28:57 -0500\0" - "To\0Wim Van Sebroeck <wim@iguana.be>" - Guenter Roeck <linux@roeck-us.net> - Maxime Coquelin <mcoquelin.stm32@gmail.com> - " Alexandre Torgue <alexandre.torgue@st.com>\0" - "Cc\0linux-watchdog@vger.kernel.org" - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - " Gustavo A. R. Silva <garsilva@embeddedor.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Check for watchdog_ops structures that are only stored in the ops field of\n" @@ -22,21 +15,21 @@ "identifier i;\n" "position p;\n" "@@\n" - "static struct watchdog_ops i@p = { ... };\n" + "static struct watchdog_ops i at p = { ... };\n" "\n" "@ok@\n" "identifier r.i;\n" "struct watchdog_device e;\n" "position p;\n" "@@\n" - "e.ops = &i@p;\n" + "e.ops = &i at p;\n" "\n" "@bad@\n" "position p != {r.p,ok.p};\n" "identifier r.i;\n" "struct watchdog_ops e;\n" "@@\n" - "e@i@p\n" + "e at i@p\n" "\n" "@depends on !bad disable optional_qualifier@\n" "identifier r.i;\n" @@ -66,4 +59,4 @@ "-- \n" 2.5.0 -18078da57f3bd316b0c8a5726ede217ee01c4292d4b9e1d27908a4128078d17d +36bd18f69c6a2e3d4eee02779bde6bebf4203cb5a16b271e04df14345fef4372
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.