All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20060829201937.FD4B319C@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index 1ae4da3..a3ea879 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,3 @@
-
 Use ALIGN() in place of _ALIGN(), mostly on ppc.
 
 Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
@@ -48,7 +47,7 @@ diff -puN arch/powerpc/kernel/prom.c~replace-_ALIGN arch/powerpc/kernel/prom.c
  		pathp = (char *)p;
 -		p = _ALIGN(p + strlen(pathp) + 1, 4);
 +		p = ALIGN(p + strlen(pathp) + 1, 4);
- 		if ((*pathp) = '/') {
+ 		if ((*pathp) == '/') {
  			char *lp, *np;
  			for (lp = NULL, np = pathp; *np; np++)
 @@ -163,7 +163,7 @@ unsigned long __init of_get_flat_dt_root
@@ -68,7 +67,7 @@ diff -puN arch/powerpc/kernel/prom.c~replace-_ALIGN arch/powerpc/kernel/prom.c
 +			p = ALIGN(p, sz >= 8 ? 8 : 4);
  
  		nstr = find_flat_dt_string(noff);
- 		if (nstr = NULL) {
+ 		if (nstr == NULL) {
 @@ -204,7 +204,7 @@ void* __init of_get_flat_dt_prop(unsigne
  			return (void *)p;
  		}
@@ -104,7 +103,7 @@ diff -puN arch/powerpc/kernel/prom.c~replace-_ALIGN arch/powerpc/kernel/prom.c
 +			*p = ALIGN(*p, sz >= 8 ? 8 : 4);
  
  		pname = find_flat_dt_string(noff);
- 		if (pname = NULL) {
+ 		if (pname == NULL) {
 @@ -366,7 +366,7 @@ static unsigned long __init unflatten_dt
  			*prev_pp = pp;
  			prev_pp = &pp->next;
@@ -252,3 +251,9 @@ diff -puN arch/ppc/mm/44x_mmu.c~replace-_ALIGN arch/ppc/mm/44x_mmu.c
  	/* Write upper watermark to save location */
  	tlb_44x_hwater = PPC44x_LOW_SLOT - pinned_tlbs;
 _
+
+--
+To unsubscribe, send a message with 'unsubscribe linux-mm' in
+the body to majordomo@kvack.org.  For more info on Linux MM,
+see: http://www.linux-mm.org/ .
+Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N1/content_digest
index e89deaf..8611f71 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020060829201934.47E63D1F@localhost.localdomain\0"
  "From\0Dave Hansen <haveblue@us.ibm.com>\0"
  "Subject\0[RFC][PATCH 04/10] replace _ALIGN()\0"
- "Date\0Tue, 29 Aug 2006 20:19:37 +0000\0"
+ "Date\0Tue, 29 Aug 2006 13:19:37 -0700\0"
  "To\0linux-mm@kvack.org\0"
  "Cc\0linux-ia64@vger.kernel.org"
   rdunlap@xenotime.net
@@ -9,7 +9,6 @@
  " Dave Hansen <haveblue@us.ibm.com>\0"
  "\00:1\0"
  "b\0"
- "\n"
  "Use ALIGN() in place of _ALIGN(), mostly on ppc.\n"
  "\n"
  "Signed-off-by: Dave Hansen <haveblue@us.ibm.com>\n"
@@ -59,7 +58,7 @@
  " \t\tpathp = (char *)p;\n"
  "-\t\tp = _ALIGN(p + strlen(pathp) + 1, 4);\n"
  "+\t\tp = ALIGN(p + strlen(pathp) + 1, 4);\n"
- " \t\tif ((*pathp) = '/') {\n"
+ " \t\tif ((*pathp) == '/') {\n"
  " \t\t\tchar *lp, *np;\n"
  " \t\t\tfor (lp = NULL, np = pathp; *np; np++)\n"
  "@@ -163,7 +163,7 @@ unsigned long __init of_get_flat_dt_root\n"
@@ -79,7 +78,7 @@
  "+\t\t\tp = ALIGN(p, sz >= 8 ? 8 : 4);\n"
  " \n"
  " \t\tnstr = find_flat_dt_string(noff);\n"
- " \t\tif (nstr = NULL) {\n"
+ " \t\tif (nstr == NULL) {\n"
  "@@ -204,7 +204,7 @@ void* __init of_get_flat_dt_prop(unsigne\n"
  " \t\t\treturn (void *)p;\n"
  " \t\t}\n"
@@ -115,7 +114,7 @@
  "+\t\t\t*p = ALIGN(*p, sz >= 8 ? 8 : 4);\n"
  " \n"
  " \t\tpname = find_flat_dt_string(noff);\n"
- " \t\tif (pname = NULL) {\n"
+ " \t\tif (pname == NULL) {\n"
  "@@ -366,7 +366,7 @@ static unsigned long __init unflatten_dt\n"
  " \t\t\t*prev_pp = pp;\n"
  " \t\t\tprev_pp = &pp->next;\n"
@@ -262,6 +261,12 @@
  " \n"
  " \t/* Write upper watermark to save location */\n"
  " \ttlb_44x_hwater = PPC44x_LOW_SLOT - pinned_tlbs;\n"
- _
+ "_\n"
+ "\n"
+ "--\n"
+ "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
+ "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
+ "see: http://www.linux-mm.org/ .\n"
+ "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-8ba4773eef8436e004871470e161636a2cb558c0f0c56bdaa8e270cbe2cc7890
+f00746e5efa4065d038a71237916118cb77343bc5c3839f75c08d1b3ae47211a

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.