[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <D9FFE20C522965449E182ACE73889AEB208426C1@IRSMSX105.ger.corp.intel.com>
Date: Mon, 31 Mar 2014 08:56:30 +0000
From: "Dorau, Lukasz" <lukasz.dorau@...el.com>
To: Rashika Kheria <rashika.kheria@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: intel-linux-scu <intel-linux-scu@...el.com>,
"Patelczyk, Maciej" <maciej.patelczyk@...el.com>,
"Jiang, Dave" <dave.jiang@...el.com>,
"James E.J. Bottomley" <JBottomley@...allels.com>,
"linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
"josh@...htriplett.org" <josh@...htriplett.org>,
"Paszkiewicz, Artur" <artur.paszkiewicz@...el.com>
Subject: RE: [PATCH 21/55] scsi: Mark function as static in isci/port.c
On Saturday, March 29, 2014 7:07 PM Rashika Kheria <rashika.kheria@...il.com> wrote:
> Mark function as static in isci/port.c because they are not used outside
> this file.
>
> This eliminates the following warning in isci/port.c:
> drivers/scsi/isci/port.c:65:13: warning: no previous prototype for
> ‘port_state_name’ [-Wmissing-prototypes]
>
> Signed-off-by: Rashika Kheria <rashika.kheria@...il.com>
> Reviewed-by: Josh Triplett <josh@...htriplett.org>
Acked-by: Lukasz Dorau <lukasz.dorau@...el.com>
> ---
> drivers/scsi/isci/port.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/isci/port.c b/drivers/scsi/isci/port.c
> index 13098b0..225d39f 100644
> --- a/drivers/scsi/isci/port.c
> +++ b/drivers/scsi/isci/port.c
> @@ -62,7 +62,7 @@
>
> #undef C
> #define C(a) (#a)
> -const char *port_state_name(enum sci_port_states state)
> +static const char *port_state_name(enum sci_port_states state)
> {
> static const char * const strings[] = PORT_STATES;
>
> --
> 1.7.9.5
Powered by blists - more mailing lists