[folded-merged] rtc-add-pcf85063-support-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: rtc-add-pcf85063-support-fix
has been removed from the -mm tree.  Its filename was
     rtc-add-pcf85063-support-fix.patch

This patch was dropped because it was folded into rtc-add-pcf85063-support.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: rtc-add-pcf85063-support-fix

fix comment typo, tweak conding style

Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx>
Cc: Søren Andersen <san@xxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/rtc/rtc-pcf85063.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/rtc/rtc-pcf85063.c~rtc-add-pcf85063-support-fix drivers/rtc/rtc-pcf85063.c
--- a/drivers/rtc/rtc-pcf85063.c~rtc-add-pcf85063-support-fix
+++ a/drivers/rtc/rtc-pcf85063.c
@@ -36,7 +36,7 @@ static struct i2c_driver pcf85063_driver
 struct pcf85063 {
 	struct rtc_device *rtc;
 	int c_polarity;	/* 0: MO_C=1 means 19xx, otherwise MO_C=1 means 20xx */
-	int voltage_low; /* incicates if a low_voltage was detected */
+	int voltage_low; /* indicates if a low_voltage was detected */
 };
 
 /*
@@ -47,7 +47,6 @@ static int pcf85063_get_datetime(struct
 {
 	struct pcf85063 *pcf85063 = i2c_get_clientdata(client);
 	unsigned char buf[13] = { PCF85063_REG_CTRL1 };
-
 	struct i2c_msg msgs[] = {
 		{/* setup read ptr */
 			.addr = client->addr,
@@ -61,6 +60,7 @@ static int pcf85063_get_datetime(struct
 			.buf = buf
 		},
 	};
+
 	/* read registers */
 	if ((i2c_transfer(client->adapter, msgs, 2)) != 2) {
 		dev_err(&client->dev, "%s: read error\n", __func__);
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

origin.patch
rtc-add-pcf85063-support.patch
proc-remove-proc_tty_ldisc-variable-fix.patch
mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix-fix.patch
panic-add-taint_softlockup-fix.patch
kexec-implementation-of-new-syscall-kexec_file_load-checkpatch-fixes.patch
kexec-support-kexec-kdump-on-efi-systems-fix.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux