All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20090114132554.1efce88f.akpm@linux-foundation.org>

diff --git a/a/1.txt b/N1/1.txt
index 1e771c2..08a2211 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -43,8 +43,8 @@ diff -puN drivers/rtc/rtc-lib.c~rtc-convert-leap_year-into-an-inline drivers/rtc
   */
  int rtc_month_days(unsigned int month, unsigned int year)
  {
--	return rtc_days_in_month[month] + (LEAP_YEAR(year) && month = 1);
-+	return rtc_days_in_month[month] + (is_leap_year(year) && month = 1);
+-	return rtc_days_in_month[month] + (LEAP_YEAR(year) && month == 1);
++	return rtc_days_in_month[month] + (is_leap_year(year) && month == 1);
  }
  EXPORT_SYMBOL(rtc_month_days);
  
diff --git a/a/content_digest b/N1/content_digest
index 5a0ae8a..b3be109 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -11,7 +11,7 @@
  "ref\020090114173745.GA24492@ldl.fc.hp.com\0"
  "From\0Andrew Morton <akpm@linux-foundation.org>\0"
  "Subject\0Re: [PATCH] add rtc platform driver for EFI\0"
- "Date\0Wed, 14 Jan 2009 21:25:54 +0000\0"
+ "Date\0Wed, 14 Jan 2009 13:25:54 -0800\0"
  "To\0dann frazier <dannf@dannf.org>\0"
  "Cc\0alessandro.zummo@towertech.it"
   rtc-linux@googlegroups.com
@@ -65,8 +65,8 @@
  "  */\n"
  " int rtc_month_days(unsigned int month, unsigned int year)\n"
  " {\n"
- "-\treturn rtc_days_in_month[month] + (LEAP_YEAR(year) && month = 1);\n"
- "+\treturn rtc_days_in_month[month] + (is_leap_year(year) && month = 1);\n"
+ "-\treturn rtc_days_in_month[month] + (LEAP_YEAR(year) && month == 1);\n"
+ "+\treturn rtc_days_in_month[month] + (is_leap_year(year) && month == 1);\n"
  " }\n"
  " EXPORT_SYMBOL(rtc_month_days);\n"
  " \n"
@@ -160,4 +160,4 @@
  " \n"
  _
 
-4adce64bcd59a73045a282dd417a7fb959dfd148d3fb201076d124aa45cc1624
+6d99922c41bce64c4b0d200c602417395df891fef0b40144bb11efa724ed50f0

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.