* [lm-sensors] [PATCH 1/3] hwmon/f71882fg: Fix a typo in a comment
@ 2011-03-13 12:50 Hans de Goede
2011-03-13 14:00 ` Jean Delvare
2011-03-13 14:37 ` Guenter Roeck
0 siblings, 2 replies; 3+ messages in thread
From: Hans de Goede @ 2011-03-13 12:50 UTC (permalink / raw)
To: lm-sensors
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
drivers/hwmon/f71882fg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c
index bebc57e..9cb52f5 100644
--- a/drivers/hwmon/f71882fg.c
+++ b/drivers/hwmon/f71882fg.c
@@ -37,7 +37,7 @@
#define SIO_F71858FG_LD_HWM 0x02 /* Hardware monitor logical device */
#define SIO_F71882FG_LD_HWM 0x04 /* Hardware monitor logical device */
#define SIO_UNLOCK_KEY 0x87 /* Key to enable Super-I/O */
-#define SIO_LOCK_KEY 0xAA /* Key to diasble Super-I/O */
+#define SIO_LOCK_KEY 0xAA /* Key to disable Super-I/O */
#define SIO_REG_LDSEL 0x07 /* Logical device select */
#define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */
--
1.7.3.2
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [lm-sensors] [PATCH 1/3] hwmon/f71882fg: Fix a typo in a comment
2011-03-13 12:50 [lm-sensors] [PATCH 1/3] hwmon/f71882fg: Fix a typo in a comment Hans de Goede
@ 2011-03-13 14:00 ` Jean Delvare
2011-03-13 14:37 ` Guenter Roeck
1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2011-03-13 14:00 UTC (permalink / raw)
To: lm-sensors
On Sun, 13 Mar 2011 13:50:32 +0100, Hans de Goede wrote:
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
> drivers/hwmon/f71882fg.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c
> index bebc57e..9cb52f5 100644
> --- a/drivers/hwmon/f71882fg.c
> +++ b/drivers/hwmon/f71882fg.c
> @@ -37,7 +37,7 @@
> #define SIO_F71858FG_LD_HWM 0x02 /* Hardware monitor logical device */
> #define SIO_F71882FG_LD_HWM 0x04 /* Hardware monitor logical device */
> #define SIO_UNLOCK_KEY 0x87 /* Key to enable Super-I/O */
> -#define SIO_LOCK_KEY 0xAA /* Key to diasble Super-I/O */
> +#define SIO_LOCK_KEY 0xAA /* Key to disable Super-I/O */
>
> #define SIO_REG_LDSEL 0x07 /* Logical device select */
> #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */
Acked-by: Jean Delvare <khali@linux-fr.org>
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [lm-sensors] [PATCH 1/3] hwmon/f71882fg: Fix a typo in a comment
2011-03-13 12:50 [lm-sensors] [PATCH 1/3] hwmon/f71882fg: Fix a typo in a comment Hans de Goede
2011-03-13 14:00 ` Jean Delvare
@ 2011-03-13 14:37 ` Guenter Roeck
1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2011-03-13 14:37 UTC (permalink / raw)
To: lm-sensors
On Sun, Mar 13, 2011 at 10:00:52AM -0400, Jean Delvare wrote:
> On Sun, 13 Mar 2011 13:50:32 +0100, Hans de Goede wrote:
> > Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> > ---
> > drivers/hwmon/f71882fg.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c
> > index bebc57e..9cb52f5 100644
> > --- a/drivers/hwmon/f71882fg.c
> > +++ b/drivers/hwmon/f71882fg.c
> > @@ -37,7 +37,7 @@
> > #define SIO_F71858FG_LD_HWM 0x02 /* Hardware monitor logical device */
> > #define SIO_F71882FG_LD_HWM 0x04 /* Hardware monitor logical device */
> > #define SIO_UNLOCK_KEY 0x87 /* Key to enable Super-I/O */
> > -#define SIO_LOCK_KEY 0xAA /* Key to diasble Super-I/O */
> > +#define SIO_LOCK_KEY 0xAA /* Key to disable Super-I/O */
> >
> > #define SIO_REG_LDSEL 0x07 /* Logical device select */
> > #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */
>
> Acked-by: Jean Delvare <khali@linux-fr.org>
>
Applied.
Thanks,
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-13 14:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-13 12:50 [lm-sensors] [PATCH 1/3] hwmon/f71882fg: Fix a typo in a comment Hans de Goede
2011-03-13 14:00 ` Jean Delvare
2011-03-13 14:37 ` Guenter Roeck
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.