* [2.6 patch] drivers/scsi/lpfc/lpfc_scsi.c: make lpfc_sli_get_scsi_buf() static
@ 2005-11-20 22:50 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2005-11-20 22:50 UTC (permalink / raw)
To: james.smart; +Cc: linux-scsi, linux-kernel
This patch makes the needlessly global function lpfc_sli_get_scsi_buf()
static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.15-rc1-mm2-full/drivers/scsi/lpfc/lpfc_scsi.c.old 2005-11-20 19:52:28.000000000 +0100
+++ linux-2.6.15-rc1-mm2-full/drivers/scsi/lpfc/lpfc_scsi.c 2005-11-20 19:52:45.000000000 +0100
@@ -136,7 +136,7 @@
return psb;
}
-struct lpfc_scsi_buf*
+static struct lpfc_scsi_buf*
lpfc_sli_get_scsi_buf(struct lpfc_hba * phba)
{
struct lpfc_scsi_buf * lpfc_cmd = NULL;
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [2.6 patch] drivers/scsi/lpfc/lpfc_scsi.c: make lpfc_sli_get_scsi_buf() static
@ 2005-11-21 17:29 James.Smart
0 siblings, 0 replies; 3+ messages in thread
From: James.Smart @ 2005-11-21 17:29 UTC (permalink / raw)
To: bunk; +Cc: linux-scsi
looks fine...
-- james s
> -----Original Message-----
> From: Adrian Bunk [mailto:bunk@stusta.de]
> Sent: Sunday, November 20, 2005 5:51 PM
> To: Smart, James
> Cc: linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [2.6 patch] drivers/scsi/lpfc/lpfc_scsi.c: make
> lpfc_sli_get_scsi_buf() static
>
>
> This patch makes the needlessly global function
> lpfc_sli_get_scsi_buf()
> static.
>
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
> ---
> linux-2.6.15-rc1-mm2-full/drivers/scsi/lpfc/lpfc_scsi.c.old
> 2005-11-20 19:52:28.000000000 +0100
> +++ linux-2.6.15-rc1-mm2-full/drivers/scsi/lpfc/lpfc_scsi.c
> 2005-11-20 19:52:45.000000000 +0100
> @@ -136,7 +136,7 @@
> return psb;
> }
>
> -struct lpfc_scsi_buf*
> +static struct lpfc_scsi_buf*
> lpfc_sli_get_scsi_buf(struct lpfc_hba * phba)
> {
> struct lpfc_scsi_buf * lpfc_cmd = NULL;
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [2.6 patch] drivers/scsi/lpfc/lpfc_scsi.c: make lpfc_sli_get_scsi_buf() static
@ 2005-12-13 2:28 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2005-12-13 2:28 UTC (permalink / raw)
To: Andrew Morton; +Cc: james.smart, linux-scsi, linux-kernel
This patch makes the needlessly global function lpfc_sli_get_scsi_buf()
static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: James Smart <James.Smart@Emulex.Com>
---
This patch was already sent on:
- 20 Nov 2005
--- linux-2.6.15-rc1-mm2-full/drivers/scsi/lpfc/lpfc_scsi.c.old 2005-11-20 19:52:28.000000000 +0100
+++ linux-2.6.15-rc1-mm2-full/drivers/scsi/lpfc/lpfc_scsi.c 2005-11-20 19:52:45.000000000 +0100
@@ -136,7 +136,7 @@
return psb;
}
-struct lpfc_scsi_buf*
+static struct lpfc_scsi_buf*
lpfc_sli_get_scsi_buf(struct lpfc_hba * phba)
{
struct lpfc_scsi_buf * lpfc_cmd = NULL;
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-12-13 2:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-13 2:28 [2.6 patch] drivers/scsi/lpfc/lpfc_scsi.c: make lpfc_sli_get_scsi_buf() static Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-11-21 17:29 James.Smart
2005-11-20 22:50 Adrian Bunk
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.