All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20090109213615.GD31548@ldl.fc.hp.com>

diff --git a/a/1.txt b/N1/1.txt
index 1fff231..a17cfa9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -119,7 +119,8 @@ index 0000000..1e9607b
 +	spinlock_t lock;
 +};
 +
-+static const unsigned short int __mon_yday[2][13] +{
++static const unsigned short int __mon_yday[2][13] =
++{
 +	/* Normal years.  */
 +	{ 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
 +	/* Leap years.  */
@@ -253,7 +254,7 @@ index 0000000..1e9607b
 +
 +	printk(KERN_WARNING "write status is %d\n", (int)status);
 +
-+	return status = EFI_SUCCESS ? 0 : -EINVAL;
++	return status == EFI_SUCCESS ? 0 : -EINVAL;
 +}
 +
 +static int efi_read_time(struct device *dev, struct rtc_time *tm)
@@ -292,7 +293,7 @@ index 0000000..1e9607b
 +
 +	unlock_kernel();
 +
-+	return status = EFI_SUCCESS ? 0 : -EINVAL;
++	return status == EFI_SUCCESS ? 0 : -EINVAL;
 +}
 +
 +static const struct rtc_class_ops efi_rtc_ops = {
diff --git a/a/content_digest b/N1/content_digest
index d5d4600..a285753 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020090109032729.6e4cd5fd@i1501.lan.towertech.it\0"
  "From\0dann frazier <dannf@dannf.org>\0"
  "Subject\0[PATCH] add rtc platform driver for EFI\0"
- "Date\0Fri, 09 Jan 2009 21:36:16 +0000\0"
+ "Date\0Fri, 9 Jan 2009 14:36:16 -0700\0"
  "To\0Alessandro Zummo <alessandro.zummo@towertech.it>\0"
  "Cc\0rtc-linux@googlegroups.com"
   linux-ia64@vger.kernel.org
@@ -130,7 +130,8 @@
  "+\tspinlock_t lock;\n"
  "+};\n"
  "+\n"
- "+static const unsigned short int __mon_yday[2][13] +{\n"
+ "+static const unsigned short int __mon_yday[2][13] =\n"
+ "+{\n"
  "+\t/* Normal years.  */\n"
  "+\t{ 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },\n"
  "+\t/* Leap years.  */\n"
@@ -264,7 +265,7 @@
  "+\n"
  "+\tprintk(KERN_WARNING \"write status is %d\\n\", (int)status);\n"
  "+\n"
- "+\treturn status = EFI_SUCCESS ? 0 : -EINVAL;\n"
+ "+\treturn status == EFI_SUCCESS ? 0 : -EINVAL;\n"
  "+}\n"
  "+\n"
  "+static int efi_read_time(struct device *dev, struct rtc_time *tm)\n"
@@ -303,7 +304,7 @@
  "+\n"
  "+\tunlock_kernel();\n"
  "+\n"
- "+\treturn status = EFI_SUCCESS ? 0 : -EINVAL;\n"
+ "+\treturn status == EFI_SUCCESS ? 0 : -EINVAL;\n"
  "+}\n"
  "+\n"
  "+static const struct rtc_class_ops efi_rtc_ops = {\n"
@@ -372,4 +373,4 @@
  "-- \n"
  1.5.3.4
 
-eeb0aaeb492b0f94a0f7aa42deb89fa4e4fcf822d3e0921e73f80bd3d6441631
+eaea899b3708b49cb9b16f953b91d95019b0ba81835d36b88828e83c8c221086

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.