From 0a6567911b17ae1ef443e4d8f61817f139dcd926 Mon Sep 17 00:00:00 2001 From: Grant Coady Date: Sun, 8 Oct 2006 21:57:41 +0200 Subject: [PATCH] --- yaml --- r: 39927 b: refs/heads/master c: 2ca7b961c3c9f072d307293aad0f9705522e916a h: refs/heads/master i: 39925: 6a5883b07ebfa1e764cbe3f6466fdad50294c5b4 39923: 625aba8c93fb2760baacbbfb9b2c9e57b4989884 39919: 71e51c39fed4d79e18fe51fb00536143dcbb7f54 v: v3 --- [refs] | 2 +- trunk/Documentation/hwmon/adm9240 | 2 +- trunk/drivers/hwmon/adm9240.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index fa3c88c77426..c03e88b42120 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34fc921a253f3ddfc4ad9de1dbc88683f84fbaaa +refs/heads/master: 2ca7b961c3c9f072d307293aad0f9705522e916a diff --git a/trunk/Documentation/hwmon/adm9240 b/trunk/Documentation/hwmon/adm9240 index 35f618f32896..2c6f1fed4618 100644 --- a/trunk/Documentation/hwmon/adm9240 +++ b/trunk/Documentation/hwmon/adm9240 @@ -24,7 +24,7 @@ Authors: Frodo Looijaard , Philip Edelbrock , Michiel Rook , - Grant Coady with guidance + Grant Coady with guidance from Jean Delvare Interface diff --git a/trunk/drivers/hwmon/adm9240.c b/trunk/drivers/hwmon/adm9240.c index 377961c4a41e..aad594adf0c7 100644 --- a/trunk/drivers/hwmon/adm9240.c +++ b/trunk/drivers/hwmon/adm9240.c @@ -5,7 +5,7 @@ * Copyright (C) 1999 Frodo Looijaard * Philip Edelbrock * Copyright (C) 2003 Michiel Rook - * Copyright (C) 2005 Grant Coady with valuable + * Copyright (C) 2005 Grant Coady with valuable * guidance from Jean Delvare * * Driver supports Analog Devices ADM9240 @@ -774,7 +774,7 @@ static void __exit sensors_adm9240_exit(void) } MODULE_AUTHOR("Michiel Rook , " - "Grant Coady and others"); + "Grant Coady and others"); MODULE_DESCRIPTION("ADM9240/DS1780/LM81 driver"); MODULE_LICENSE("GPL");