From: Jeff Garzik <jeff@garzik.org>
To: Adrian Bunk <bunk@kernel.org>
Cc: Kristen Carlson Accardi <kristen.c.accardi@intel.com>,
Jeff Garzik <jgarzik@redhat.com>,
linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] make ata_scsi_lpm_get() static
Date: Sat, 03 Nov 2007 08:48:20 -0400 [thread overview]
Message-ID: <472C6E14.5050101@garzik.org> (raw)
In-Reply-To: <20071030235023.GT7227@stusta.de>
Adrian Bunk wrote:
> ata_scsi_lpm_get() can become static.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
> 380046f657271be470566bb5c762c1599569bac6
> diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c
> index 93bd36c..c4f0c6c 100644
> --- a/drivers/ata/libata-scsi.c
> +++ b/drivers/ata/libata-scsi.c
> @@ -120,7 +120,7 @@ static const struct {
> { MEDIUM_POWER, "medium_power" },
> };
>
> -const char *ata_scsi_lpm_get(enum link_pm policy)
> +static const char *ata_scsi_lpm_get(enum link_pm policy)
> {
> int i;
>
applied
prev parent reply other threads:[~2007-11-03 12:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-30 23:50 [2.6 patch] make ata_scsi_lpm_get() static Adrian Bunk
2007-11-03 12:48 ` Jeff Garzik [this message]
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=472C6E14.5050101@garzik.org \
--to=jeff@garzik.org \
--cc=bunk@kernel.org \
--cc=jgarzik@redhat.com \
--cc=kristen.c.accardi@intel.com \
--cc=linux-ide@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).