The patch titled
     hwmon-new-chip-driver-for-ti-ads7828-a-d update 2
has been added to the -mm tree.  Its filename is
     hwmon-new-chip-driver-for-ti-ads7828-a-d-update-2.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: hwmon-new-chip-driver-for-ti-ads7828-a-d update 2
From: Steve Hardy <[EMAIL PROTECTED]>

Fix minor final issues identified by Jean Delarve which I mis-interpreted
in the third revision

Signed-off-by: Steve Hardy <[EMAIL PROTECTED]>
Cc: Jean Delvare <[EMAIL PROTECTED]>
Cc: Mark M. Hoffman <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 Documentation/hwmon/ads7828 |    4 ++--
 drivers/hwmon/ads7828.c     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff -puN 
Documentation/hwmon/ads7828~hwmon-new-chip-driver-for-ti-ads7828-a-d-update-2 
Documentation/hwmon/ads7828
--- 
a/Documentation/hwmon/ads7828~hwmon-new-chip-driver-for-ti-ads7828-a-d-update-2
+++ a/Documentation/hwmon/ads7828
@@ -5,7 +5,7 @@ Supported chips:
   * Texas Instruments/Burr-Brown ADS7828
     Prefix: 'ads7828'
     Addresses scanned: I2C 0x48, 0x49, 0x4a, 0x4b
-    Datasheet : Publicly available at the Texas Instruments website :
+    Datasheet: Publicly available at the Texas Instruments website :
                http://focus.ti.com/lit/ds/symlink/ads7828.pdf
 
 Authors:
@@ -18,7 +18,7 @@ Module Parameters
   Single ended operation - set to N for differential mode
 * int_vref: bool (default Y)
   Operate with the internal 2.5V reference - set to N for external reference
-* vref_mV: int (default 2500)
+* vref_mv: int (default 2500)
   If using an external reference, set this to the reference voltage in mV
 
 Description
diff -puN 
drivers/hwmon/ads7828.c~hwmon-new-chip-driver-for-ti-ads7828-a-d-update-2 
drivers/hwmon/ads7828.c
--- a/drivers/hwmon/ads7828.c~hwmon-new-chip-driver-for-ti-ads7828-a-d-update-2
+++ a/drivers/hwmon/ads7828.c
@@ -6,7 +6,7 @@
 
        Written by Steve Hardy <[EMAIL PROTECTED]>
 
-       Datasheet available at : http://focus.ti.com/lit/ds/symlink/ads7828.pdf
+       Datasheet available at: http://focus.ti.com/lit/ds/symlink/ads7828.pdf
 
        This program is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

hwmon-new-chip-driver-for-ti-ads7828-a-d.patch
hwmon-new-chip-driver-for-ti-ads7828-a-d-checkpatch-fixes.patch
hwmon-new-chip-driver-for-ti-ads7828-a-d-update.patch
hwmon-new-chip-driver-for-ti-ads7828-a-d-update-2.patch

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

Reply via email to