From: Jean Delvare <khali@linux-fr.org>
To: Adrian Bunk <bunk@stusta.de>
Cc: r.marek@assembler.cz, mhoffman@lightlink.com,
linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org
Subject: Re: [lm-sensors] [2.6 patch] make coretemp_device_remove() static
Date: Sat, 07 Jul 2007 19:22:28 +0000 [thread overview]
Message-ID: <20070707212228.1e776ff8@hyperion.delvare> (raw)
In-Reply-To: <20070705232306.GY3492@stusta.de>
Hi Adrian,
On Fri, 6 Jul 2007 01:23:06 +0200, Adrian Bunk wrote:
> coretemp_device_remove() can become static.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Obviously correct.
Acked-by: Jean Delvare <khali@linux-fr.org>
> ---
> --- linux-2.6.22-rc6-mm1/drivers/hwmon/coretemp.c.old 2007-07-04 20:46:05.000000000 +0200
> +++ linux-2.6.22-rc6-mm1/drivers/hwmon/coretemp.c 2007-07-04 20:46:20.000000000 +0200
> @@ -318,7 +318,7 @@
> }
>
> #ifdef CONFIG_HOTPLUG_CPU
> -void coretemp_device_remove(unsigned int cpu)
> +static void coretemp_device_remove(unsigned int cpu)
> {
> struct pdev_entry *p, *n;
> mutex_lock(&pdev_list_mutex);
Thanks,
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <khali@linux-fr.org>
To: Adrian Bunk <bunk@stusta.de>
Cc: r.marek@assembler.cz, mhoffman@lightlink.com,
linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org
Subject: Re: [lm-sensors] [2.6 patch] make coretemp_device_remove() static
Date: Sat, 7 Jul 2007 21:22:28 +0200 [thread overview]
Message-ID: <20070707212228.1e776ff8@hyperion.delvare> (raw)
In-Reply-To: <20070705232306.GY3492@stusta.de>
Hi Adrian,
On Fri, 6 Jul 2007 01:23:06 +0200, Adrian Bunk wrote:
> coretemp_device_remove() can become static.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Obviously correct.
Acked-by: Jean Delvare <khali@linux-fr.org>
> ---
> --- linux-2.6.22-rc6-mm1/drivers/hwmon/coretemp.c.old 2007-07-04 20:46:05.000000000 +0200
> +++ linux-2.6.22-rc6-mm1/drivers/hwmon/coretemp.c 2007-07-04 20:46:20.000000000 +0200
> @@ -318,7 +318,7 @@
> }
>
> #ifdef CONFIG_HOTPLUG_CPU
> -void coretemp_device_remove(unsigned int cpu)
> +static void coretemp_device_remove(unsigned int cpu)
> {
> struct pdev_entry *p, *n;
> mutex_lock(&pdev_list_mutex);
Thanks,
--
Jean Delvare
next prev parent reply other threads:[~2007-07-07 19:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-05 23:23 [lm-sensors] [2.6 patch] make coretemp_device_remove() static Adrian Bunk
2007-07-05 23:23 ` Adrian Bunk
2007-07-07 19:22 ` Jean Delvare [this message]
2007-07-07 19:22 ` [lm-sensors] " Jean Delvare
2007-07-08 13:39 ` Mark M. Hoffman
2007-07-08 13:39 ` Mark M. Hoffman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070707212228.1e776ff8@hyperion.delvare \
--to=khali@linux-fr.org \
--cc=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
--cc=mhoffman@lightlink.com \
--cc=r.marek@assembler.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.