diff for duplicates of <20090114214603.GC8136@colo.lackof.org> diff --git a/a/1.txt b/N1/1.txt index 2fe231f..060aab6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -46,8 +46,8 @@ Sounds good to me :) > */ > 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 f4fd2f8..b9ea308 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -10,7 +10,7 @@ "ref\020090114132554.1efce88f.akpm@linux-foundation.org\0" "From\0dann frazier <dannf@hp.com>\0" "Subject\0Re: [PATCH] add rtc platform driver for EFI\0" - "Date\0Wed, 14 Jan 2009 21:46:03 +0000\0" + "Date\0Wed, 14 Jan 2009 14:46:03 -0700\0" "To\0Andrew Morton <akpm@linux-foundation.org>\0" "Cc\0alessandro.zummo@towertech.it" rtc-linux@googlegroups.com @@ -67,8 +67,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" @@ -166,4 +166,4 @@ "-- \n" dann frazier -7a0fd542442d3e8cd8e103430bf51001fc988f1994b7de7d82e741180206589e +78d4a37118b310458e49eff6770e9ab8513dff785409a6597bf3b65d3837fae9
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.