All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2841540.2tjHq5kk6t@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 6f4e853..90f46ff 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -48,7 +48,7 @@ thus need a clocks property ?
 > +Example
 > +-------
 > +
-> +	cpg_clocks: cpg_clocks@ffc80000 {
+> +	cpg_clocks: cpg_clocks at ffc80000 {
 > +		compatible = "renesas,r8a7779-cpg-clocks";
 > +		reg = <0 0xffc80000 0 0x80>;
 > +		#clock-cells = <1>;
@@ -208,7 +208,7 @@ should thus register the PLLA clock as a fixed factor clock.
 
 Not my preferred style either, but the kernel coding style uses sizeof().
 
-> +	if (cpg = NULL || clks = NULL) {
+> +	if (cpg == NULL || clks == NULL) {
 > +		/* We're leaking memory on purpose, there's no point in cleaning
 > +		 * up as the system won't boot anyway.
 > +		 */
@@ -228,7 +228,7 @@ bindings/clock/r8a7779-clock.h include.
 
 > +
 > +	cpg->reg = of_iomap(np, 0);
-> +	if (WARN_ON(cpg->reg = NULL))
+> +	if (WARN_ON(cpg->reg == NULL))
 > +		return;
 > +
 > +	config = &cpg_clk_configs[CPG_CLK_CONFIG_INDEX(cpg_mode)];
diff --git a/a/content_digest b/N1/content_digest
index 4d923c4..db23f06 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\01385451139-29686-1-git-send-email-horms+renesas@verge.net.au\0"
  "ref\01385451139-29686-2-git-send-email-horms+renesas@verge.net.au\0"
- "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
- "Subject\0Re: [PATCH RFC v2 01/17] clk: shmobile: r8a7779: Add clocks support\0"
- "Date\0Tue, 26 Nov 2013 14:35:10 +0000\0"
+ "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
+ "Subject\0[PATCH RFC v2 01/17] clk: shmobile: r8a7779: Add clocks support\0"
+ "Date\0Tue, 26 Nov 2013 15:35:10 +0100\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -56,7 +56,7 @@
  "> +Example\n"
  "> +-------\n"
  "> +\n"
- "> +\tcpg_clocks: cpg_clocks@ffc80000 {\n"
+ "> +\tcpg_clocks: cpg_clocks at ffc80000 {\n"
  "> +\t\tcompatible = \"renesas,r8a7779-cpg-clocks\";\n"
  "> +\t\treg = <0 0xffc80000 0 0x80>;\n"
  "> +\t\t#clock-cells = <1>;\n"
@@ -216,7 +216,7 @@
  "\n"
  "Not my preferred style either, but the kernel coding style uses sizeof().\n"
  "\n"
- "> +\tif (cpg = NULL || clks = NULL) {\n"
+ "> +\tif (cpg == NULL || clks == NULL) {\n"
  "> +\t\t/* We're leaking memory on purpose, there's no point in cleaning\n"
  "> +\t\t * up as the system won't boot anyway.\n"
  "> +\t\t */\n"
@@ -236,7 +236,7 @@
  "\n"
  "> +\n"
  "> +\tcpg->reg = of_iomap(np, 0);\n"
- "> +\tif (WARN_ON(cpg->reg = NULL))\n"
+ "> +\tif (WARN_ON(cpg->reg == NULL))\n"
  "> +\t\treturn;\n"
  "> +\n"
  "> +\tconfig = &cpg_clk_configs[CPG_CLK_CONFIG_INDEX(cpg_mode)];\n"
@@ -283,4 +283,4 @@
  "\n"
  Laurent Pinchart
 
-a26c45a88657e531c2eafcb337a708995fd610b699b4d78a3c7b1470b7a38606
+ab652832927a7f1b6e750f2f2d16af4fd4bb35badc54d6132182b02d47a9599c

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.