diff for duplicates of <20130605073418.15758.93704.sendpatchset@w520> diff --git a/a/1.txt b/N1/1.txt index 912ac96..7371cbb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se> + struct meminfo *mi) \ +{ \ + for (; tag->hdr.size; tag = tag_next(tag)) { \ -+ if (tag->hdr.tag = ATAG_MEM) { \ ++ if (tag->hdr.tag == ATAG_MEM) { \ + tag->u.mem.start = (mem_start); \ + tag->u.mem.size = (mem_size); \ + break; \ diff --git a/a/content_digest b/N1/content_digest index 9d16517..1233603 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020130605073410.15758.37563.sendpatchset@w520\0" - "From\0Magnus Damm <magnus.damm@gmail.com>\0" + "From\0magnus.damm@gmail.com (Magnus Damm)\0" "Subject\0[PATCH 01/06] ARM: shmobile: Introduce SHMOBILE_FIXUP() helper\0" - "Date\0Wed, 05 Jun 2013 07:34:18 +0000\0" + "Date\0Wed, 05 Jun 2013 16:34:18 +0900\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -27,7 +27,7 @@ "+\t\t\t\tstruct meminfo *mi)\t\t\t\\\n" "+{\t\t\t\t\t\t\t\t\t\\\n" "+\tfor (; tag->hdr.size; tag = tag_next(tag)) {\t\t\t\\\n" - "+\t\tif (tag->hdr.tag = ATAG_MEM) {\t\t\t\t\\\n" + "+\t\tif (tag->hdr.tag == ATAG_MEM) {\t\t\t\t\\\n" "+\t\t\ttag->u.mem.start = (mem_start);\t\t\t\\\n" "+\t\t\ttag->u.mem.size = (mem_size);\t\t\t\\\n" "+\t\t\tbreak;\t\t\t\t\t\t\\\n" @@ -37,4 +37,4 @@ "+\n" #endif /* __ARCH_MACH_COMMON_H */ -d09f44ad1f59a6268f1afe282f8780e63bd2b95afdbefd45ba03633d4ae08daa +fc59c43ee4158a8dce5eb28ac7cd4eeff384b03eb719d1ffba356be78d3c8fba
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.