diff for duplicates of <20120514215304.GB3075@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 5d27f94..cda16b4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,22 +21,22 @@ Thanks, Mike > --- -> ?include/linux/clk-provider.h | ? ?2 +- -> ?1 file changed, 1 insertion(+), 1 deletion(-) +> include/linux/clk-provider.h | 2 +- +> 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h > index c1c23b9..fc43ea6 100644 > --- a/include/linux/clk-provider.h > +++ b/include/linux/clk-provider.h > @@ -143,7 +143,7 @@ struct clk_init_data { -> ?*/ -> ?struct clk_hw { -> ? ? ? ?struct clk *clk; -> - ? ? ? struct clk_init_data *init; -> + ? ? ? const struct clk_init_data *init; -> ?}; +> */ +> struct clk_hw { +> struct clk *clk; +> - struct clk_init_data *init; +> + const struct clk_init_data *init; +> }; > -> ?/* +> /* > -- > 1.7.10 > diff --git a/a/content_digest b/N1/content_digest index 65ebd34..82b2d68 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,14 @@ "ref\01337004763-21250-1-git-send-email-broonie@opensource.wolfsonmicro.com\0" - "From\0mturquette@ti.com (Turquette, Mike)\0" - "Subject\0[PATCH] clk: Constify struct clk_init_data\0" + "From\0Turquette, Mike <mturquette@ti.com>\0" + "Subject\0Re: [PATCH] clk: Constify struct clk_init_data\0" "Date\0Mon, 14 May 2012 14:53:04 -0700\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Mark Brown <broonie@opensource.wolfsonmicro.com>\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + linux-kernel@vger.kernel.org + Saravana Kannan <skannan@codeaurora.org> + Sascha Hauer <s.hauer@pengutronix.de> + andrew@lunn.ch + " rnayak@ti.com\0" "\00:1\0" "b\0" "On Mon, May 14, 2012 at 7:12 AM, Mark Brown <broonie@opensource.wolfsonmicro.com> wrote:\n" @@ -28,24 +34,24 @@ "Mike\n" "\n" "> ---\n" - "> ?include/linux/clk-provider.h | ? ?2 +-\n" - "> ?1 file changed, 1 insertion(+), 1 deletion(-)\n" + "> \302\240include/linux/clk-provider.h | \302\240 \302\2402 +-\n" + "> \302\2401 file changed, 1 insertion(+), 1 deletion(-)\n" ">\n" "> diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h\n" "> index c1c23b9..fc43ea6 100644\n" "> --- a/include/linux/clk-provider.h\n" "> +++ b/include/linux/clk-provider.h\n" "> @@ -143,7 +143,7 @@ struct clk_init_data {\n" - "> ?*/\n" - "> ?struct clk_hw {\n" - "> ? ? ? ?struct clk *clk;\n" - "> - ? ? ? struct clk_init_data *init;\n" - "> + ? ? ? const struct clk_init_data *init;\n" - "> ?};\n" + "> \302\240*/\n" + "> \302\240struct clk_hw {\n" + "> \302\240 \302\240 \302\240 \302\240struct clk *clk;\n" + "> - \302\240 \302\240 \302\240 struct clk_init_data *init;\n" + "> + \302\240 \302\240 \302\240 const struct clk_init_data *init;\n" + "> \302\240};\n" ">\n" - "> ?/*\n" + "> \302\240/*\n" "> --\n" "> 1.7.10\n" > -dfa03501d717b255e76ea2a48074d43ce410954d5daed2b560c63fbe74347e80 +cb1cc8ccc45d26c32208fd969d61822326db6e9ff08cf968c01a7dace2d14658
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.