All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20151130080514.GA27761@jci-VirtualBox>

diff --git a/a/1.txt b/N1/1.txt
index 83edbe5..93a5740 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,48 +1,46 @@
 On Mon, Nov 30, 2015 at 04:31:35PM +0900, Krzysztof Kozlowski wrote:
 > On 30.11.2015 16:28, Mutharaju, Prasanna (P.) wrote:
 > > From: Prasanna Karthik <mkarthi3@visteon.com>
-> >=20
+> > 
 > > Remove unneeded variable used to store return value.
-> > V2: Modified subject =20
->=20
+> > V2: Modified subject  
+> 
 > Changelog (v2) should go after '---' separator so it won't get included
 > in the commit message.
->=20
+> 
 
-Done in v3.=20
+Done in v3. 
 
 > Now I see that you Signed-off-by is okay - same email address... I got
 > confused by the difference in name.
 
-Yeah, my gitconfig and outlook account differ little.=20
+Yeah, my gitconfig and outlook account differ little. 
 
 > Best regards,
 > Krzysztof
-> >=20
+> > 
 > > Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
 > > ---
 > >  drivers/clk/samsung/clk-s3c2410-dclk.c | 3 +--
 > >  1 file changed, 1 insertion(+), 2 deletions(-)
-> >=20
-> > diff --git a/drivers/clk/samsung/clk-s3c2410-dclk.c b/drivers/clk/samsu=
-ng/clk-s3c2410-dclk.c
+> > 
+> > diff --git a/drivers/clk/samsung/clk-s3c2410-dclk.c b/drivers/clk/samsung/clk-s3c2410-dclk.c
 > > index e9eb935..ec6fb14 100644
 > > --- a/drivers/clk/samsung/clk-s3c2410-dclk.c
 > > +++ b/drivers/clk/samsung/clk-s3c2410-dclk.c
-> > @@ -77,12 +77,11 @@ static u8 s3c24xx_clkout_get_parent(struct clk_hw *=
-hw)
+> > @@ -77,12 +77,11 @@ static u8 s3c24xx_clkout_get_parent(struct clk_hw *hw)
 > >  static int s3c24xx_clkout_set_parent(struct clk_hw *hw, u8 index)
 > >  {
-> >  	struct s3c24xx_clkout *clkout =3D to_s3c24xx_clkout(hw);
-> > -	int ret =3D 0;
-> > =20
+> >  	struct s3c24xx_clkout *clkout = to_s3c24xx_clkout(hw);
+> > -	int ret = 0;
+> >  
 > >  	s3c2410_modify_misccr((clkout->mask << clkout->shift),
 > >  			      (index << clkout->shift));
-> > =20
+> >  
 > > -	return ret;
 > > +	return 0;
 > >  }
-> > =20
-> >  static const struct clk_ops s3c24xx_clkout_ops =3D {
-> >=20
-> =
+> >  
+> >  static const struct clk_ops s3c24xx_clkout_ops = {
+> > 
+>
diff --git a/a/content_digest b/N1/content_digest
index f62da85..71595df 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -17,50 +17,48 @@
  "On Mon, Nov 30, 2015 at 04:31:35PM +0900, Krzysztof Kozlowski wrote:\n"
  "> On 30.11.2015 16:28, Mutharaju, Prasanna (P.) wrote:\n"
  "> > From: Prasanna Karthik <mkarthi3@visteon.com>\n"
- "> >=20\n"
+ "> > \n"
  "> > Remove unneeded variable used to store return value.\n"
- "> > V2: Modified subject =20\n"
- ">=20\n"
+ "> > V2: Modified subject  \n"
+ "> \n"
  "> Changelog (v2) should go after '---' separator so it won't get included\n"
  "> in the commit message.\n"
- ">=20\n"
+ "> \n"
  "\n"
- "Done in v3.=20\n"
+ "Done in v3. \n"
  "\n"
  "> Now I see that you Signed-off-by is okay - same email address... I got\n"
  "> confused by the difference in name.\n"
  "\n"
- "Yeah, my gitconfig and outlook account differ little.=20\n"
+ "Yeah, my gitconfig and outlook account differ little. \n"
  "\n"
  "> Best regards,\n"
  "> Krzysztof\n"
- "> >=20\n"
+ "> > \n"
  "> > Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>\n"
  "> > ---\n"
  "> >  drivers/clk/samsung/clk-s3c2410-dclk.c | 3 +--\n"
  "> >  1 file changed, 1 insertion(+), 2 deletions(-)\n"
- "> >=20\n"
- "> > diff --git a/drivers/clk/samsung/clk-s3c2410-dclk.c b/drivers/clk/samsu=\n"
- "ng/clk-s3c2410-dclk.c\n"
+ "> > \n"
+ "> > diff --git a/drivers/clk/samsung/clk-s3c2410-dclk.c b/drivers/clk/samsung/clk-s3c2410-dclk.c\n"
  "> > index e9eb935..ec6fb14 100644\n"
  "> > --- a/drivers/clk/samsung/clk-s3c2410-dclk.c\n"
  "> > +++ b/drivers/clk/samsung/clk-s3c2410-dclk.c\n"
- "> > @@ -77,12 +77,11 @@ static u8 s3c24xx_clkout_get_parent(struct clk_hw *=\n"
- "hw)\n"
+ "> > @@ -77,12 +77,11 @@ static u8 s3c24xx_clkout_get_parent(struct clk_hw *hw)\n"
  "> >  static int s3c24xx_clkout_set_parent(struct clk_hw *hw, u8 index)\n"
  "> >  {\n"
- "> >  \tstruct s3c24xx_clkout *clkout =3D to_s3c24xx_clkout(hw);\n"
- "> > -\tint ret =3D 0;\n"
- "> > =20\n"
+ "> >  \tstruct s3c24xx_clkout *clkout = to_s3c24xx_clkout(hw);\n"
+ "> > -\tint ret = 0;\n"
+ "> >  \n"
  "> >  \ts3c2410_modify_misccr((clkout->mask << clkout->shift),\n"
  "> >  \t\t\t      (index << clkout->shift));\n"
- "> > =20\n"
+ "> >  \n"
  "> > -\treturn ret;\n"
  "> > +\treturn 0;\n"
  "> >  }\n"
- "> > =20\n"
- "> >  static const struct clk_ops s3c24xx_clkout_ops =3D {\n"
- "> >=20\n"
- > =
+ "> >  \n"
+ "> >  static const struct clk_ops s3c24xx_clkout_ops = {\n"
+ "> > \n"
+ >
 
-eaaa1aa9e8bbacdf39e0ec12317f12fc782aad0e02277447a460cced6ecd18d5
+54c96c2a59119b044cbc53b0b37e3fcff68f73aec02d1a517c5b0242d9dc5f5e

diff --git a/a/1.txt b/N2/1.txt
index 83edbe5..93a5740 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,48 +1,46 @@
 On Mon, Nov 30, 2015 at 04:31:35PM +0900, Krzysztof Kozlowski wrote:
 > On 30.11.2015 16:28, Mutharaju, Prasanna (P.) wrote:
 > > From: Prasanna Karthik <mkarthi3@visteon.com>
-> >=20
+> > 
 > > Remove unneeded variable used to store return value.
-> > V2: Modified subject =20
->=20
+> > V2: Modified subject  
+> 
 > Changelog (v2) should go after '---' separator so it won't get included
 > in the commit message.
->=20
+> 
 
-Done in v3.=20
+Done in v3. 
 
 > Now I see that you Signed-off-by is okay - same email address... I got
 > confused by the difference in name.
 
-Yeah, my gitconfig and outlook account differ little.=20
+Yeah, my gitconfig and outlook account differ little. 
 
 > Best regards,
 > Krzysztof
-> >=20
+> > 
 > > Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
 > > ---
 > >  drivers/clk/samsung/clk-s3c2410-dclk.c | 3 +--
 > >  1 file changed, 1 insertion(+), 2 deletions(-)
-> >=20
-> > diff --git a/drivers/clk/samsung/clk-s3c2410-dclk.c b/drivers/clk/samsu=
-ng/clk-s3c2410-dclk.c
+> > 
+> > diff --git a/drivers/clk/samsung/clk-s3c2410-dclk.c b/drivers/clk/samsung/clk-s3c2410-dclk.c
 > > index e9eb935..ec6fb14 100644
 > > --- a/drivers/clk/samsung/clk-s3c2410-dclk.c
 > > +++ b/drivers/clk/samsung/clk-s3c2410-dclk.c
-> > @@ -77,12 +77,11 @@ static u8 s3c24xx_clkout_get_parent(struct clk_hw *=
-hw)
+> > @@ -77,12 +77,11 @@ static u8 s3c24xx_clkout_get_parent(struct clk_hw *hw)
 > >  static int s3c24xx_clkout_set_parent(struct clk_hw *hw, u8 index)
 > >  {
-> >  	struct s3c24xx_clkout *clkout =3D to_s3c24xx_clkout(hw);
-> > -	int ret =3D 0;
-> > =20
+> >  	struct s3c24xx_clkout *clkout = to_s3c24xx_clkout(hw);
+> > -	int ret = 0;
+> >  
 > >  	s3c2410_modify_misccr((clkout->mask << clkout->shift),
 > >  			      (index << clkout->shift));
-> > =20
+> >  
 > > -	return ret;
 > > +	return 0;
 > >  }
-> > =20
-> >  static const struct clk_ops s3c24xx_clkout_ops =3D {
-> >=20
-> =
+> >  
+> >  static const struct clk_ops s3c24xx_clkout_ops = {
+> > 
+>
diff --git a/a/content_digest b/N2/content_digest
index f62da85..1110754 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,66 +1,56 @@
  "ref\020151130072852.GA25202@jci-VirtualBox\0"
  "ref\0565BFB57.2000701@samsung.com\0"
- "From\0Mutharaju, Prasanna (P.) <mkarthi3@visteon.com>\0"
- "Subject\0Re: [PATCH v2] clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parent\0"
+ "From\0mkarthi3@visteon.com (Mutharaju, Prasanna (P.))\0"
+ "Subject\0[PATCH v2] clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parent\0"
  "Date\0Mon, 30 Nov 2015 08:05:18 +0000\0"
- "To\0Krzysztof Kozlowski <k.kozlowski@samsung.com>\0"
- "Cc\0Kukjin Kim <kgene@kernel.org>"
-  Sylwester Nawrocki <s.nawrocki@samsung.com>
-  Tomasz Figa <tomasz.figa@gmail.com>
-  Michael Turquette <mturquette@baylibre.com>
-  Stephen Boyd <sboyd@codeaurora.org>
-  linux-clk@vger.kernel.org <linux-clk@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
- " linux-samsung-soc@vger.kernel.org <linux-samsung-soc@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Nov 30, 2015 at 04:31:35PM +0900, Krzysztof Kozlowski wrote:\n"
  "> On 30.11.2015 16:28, Mutharaju, Prasanna (P.) wrote:\n"
  "> > From: Prasanna Karthik <mkarthi3@visteon.com>\n"
- "> >=20\n"
+ "> > \n"
  "> > Remove unneeded variable used to store return value.\n"
- "> > V2: Modified subject =20\n"
- ">=20\n"
+ "> > V2: Modified subject  \n"
+ "> \n"
  "> Changelog (v2) should go after '---' separator so it won't get included\n"
  "> in the commit message.\n"
- ">=20\n"
+ "> \n"
  "\n"
- "Done in v3.=20\n"
+ "Done in v3. \n"
  "\n"
  "> Now I see that you Signed-off-by is okay - same email address... I got\n"
  "> confused by the difference in name.\n"
  "\n"
- "Yeah, my gitconfig and outlook account differ little.=20\n"
+ "Yeah, my gitconfig and outlook account differ little. \n"
  "\n"
  "> Best regards,\n"
  "> Krzysztof\n"
- "> >=20\n"
+ "> > \n"
  "> > Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>\n"
  "> > ---\n"
  "> >  drivers/clk/samsung/clk-s3c2410-dclk.c | 3 +--\n"
  "> >  1 file changed, 1 insertion(+), 2 deletions(-)\n"
- "> >=20\n"
- "> > diff --git a/drivers/clk/samsung/clk-s3c2410-dclk.c b/drivers/clk/samsu=\n"
- "ng/clk-s3c2410-dclk.c\n"
+ "> > \n"
+ "> > diff --git a/drivers/clk/samsung/clk-s3c2410-dclk.c b/drivers/clk/samsung/clk-s3c2410-dclk.c\n"
  "> > index e9eb935..ec6fb14 100644\n"
  "> > --- a/drivers/clk/samsung/clk-s3c2410-dclk.c\n"
  "> > +++ b/drivers/clk/samsung/clk-s3c2410-dclk.c\n"
- "> > @@ -77,12 +77,11 @@ static u8 s3c24xx_clkout_get_parent(struct clk_hw *=\n"
- "hw)\n"
+ "> > @@ -77,12 +77,11 @@ static u8 s3c24xx_clkout_get_parent(struct clk_hw *hw)\n"
  "> >  static int s3c24xx_clkout_set_parent(struct clk_hw *hw, u8 index)\n"
  "> >  {\n"
- "> >  \tstruct s3c24xx_clkout *clkout =3D to_s3c24xx_clkout(hw);\n"
- "> > -\tint ret =3D 0;\n"
- "> > =20\n"
+ "> >  \tstruct s3c24xx_clkout *clkout = to_s3c24xx_clkout(hw);\n"
+ "> > -\tint ret = 0;\n"
+ "> >  \n"
  "> >  \ts3c2410_modify_misccr((clkout->mask << clkout->shift),\n"
  "> >  \t\t\t      (index << clkout->shift));\n"
- "> > =20\n"
+ "> >  \n"
  "> > -\treturn ret;\n"
  "> > +\treturn 0;\n"
  "> >  }\n"
- "> > =20\n"
- "> >  static const struct clk_ops s3c24xx_clkout_ops =3D {\n"
- "> >=20\n"
- > =
+ "> >  \n"
+ "> >  static const struct clk_ops s3c24xx_clkout_ops = {\n"
+ "> > \n"
+ >
 
-eaaa1aa9e8bbacdf39e0ec12317f12fc782aad0e02277447a460cced6ecd18d5
+77c2b29bf9a00a371be139c49af9f678a5118953ed589438d2578d8badc77ad8

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.