From: Len Brown <lenb@kernel.org>
To: Adrian Bunk <bunk@kernel.org>
Cc: Corentin Chary <corentincj@iksaif.net>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [2.6 patch] make eeepc-laptop.c:cm_{g,s}etv[] static
Date: Wed, 25 Jun 2008 15:21:28 -0400 (EDT) [thread overview]
Message-ID: <alpine.LFD.1.10.0806251521070.3014@localhost.localdomain> (raw)
In-Reply-To: <20080625162547.GK10285@cs181140183.pp.htv.fi>
applied.
thanks,
-len
On Wed, 25 Jun 2008, Adrian Bunk wrote:
> This patch makes the needlessly global cm_{g,s}etv[] static.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
>
> This patch has been sent on:
> - 5 May 2008
>
> drivers/misc/eeepc-laptop.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> 4e41a5023994160e27b2b194d9e67e2208c948de diff --git a/drivers/misc/eeepc-laptop.c b/drivers/misc/eeepc-laptop.c
> index 6d72760..9e8d79e 100644
> --- a/drivers/misc/eeepc-laptop.c
> +++ b/drivers/misc/eeepc-laptop.c
> @@ -87,7 +87,7 @@ enum {
> CM_ASL_LID
> };
>
> -const char *cm_getv[] = {
> +static const char *cm_getv[] = {
> "WLDG", NULL, NULL, NULL,
> "CAMG", NULL, NULL, NULL,
> NULL, "PBLG", NULL, NULL,
> @@ -96,7 +96,7 @@ const char *cm_getv[] = {
> "CRDG", "LIDG"
> };
>
> -const char *cm_setv[] = {
> +static const char *cm_setv[] = {
> "WLDS", NULL, NULL, NULL,
> "CAMS", NULL, NULL, NULL,
> "SDSP", "PBLS", "HDPS", NULL,
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
next prev parent reply other threads:[~2008-06-25 19:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-25 16:25 Adrian Bunk
2008-06-25 19:21 ` Len Brown [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-05-05 18:25 Adrian Bunk
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=alpine.LFD.1.10.0806251521070.3014@localhost.localdomain \
--to=lenb@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=bunk@kernel.org \
--cc=corentincj@iksaif.net \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome