linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] drivers/scsi/lpfc/lpfc_scsi.c: make lpfc_get_scsi_buf() static
@ 2006-01-14  2:09 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-01-14  2:09 UTC (permalink / raw)
  To: Andrew Morton; +Cc: James.Bottomley, 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:
- 6 Jan 2006

--- linux-2.6.15-mm1-full/drivers/scsi/lpfc/lpfc_scsi.c.old	2006-01-06 19:50:38.000000000 +0100
+++ linux-2.6.15-mm1-full/drivers/scsi/lpfc/lpfc_scsi.c	2006-01-06 19:50:46.000000000 +0100
@@ -150,7 +150,7 @@
 	return psb;
 }
 
-struct  lpfc_scsi_buf*
+static struct lpfc_scsi_buf*
 lpfc_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_get_scsi_buf() static
  2006-01-06 19:21 Adrian Bunk
@ 2006-01-06 19:47 ` James Smart
  0 siblings, 0 replies; 3+ messages in thread
From: James Smart @ 2006-01-06 19:47 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: James.Bottomley, linux-scsi, linux-kernel

ACK - fine :)

-- james

Adrian Bunk wrote:
> 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-mm1-full/drivers/scsi/lpfc/lpfc_scsi.c.old	2006-01-06 19:50:38.000000000 +0100
> +++ linux-2.6.15-mm1-full/drivers/scsi/lpfc/lpfc_scsi.c	2006-01-06 19:50:46.000000000 +0100
> @@ -150,7 +150,7 @@
>  	return psb;
>  }
>  
> -struct  lpfc_scsi_buf*
> +static struct lpfc_scsi_buf*
>  lpfc_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_get_scsi_buf() static
@ 2006-01-06 19:21 Adrian Bunk
  2006-01-06 19:47 ` James Smart
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2006-01-06 19:21 UTC (permalink / raw)
  To: James.Bottomley; +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>

--- linux-2.6.15-mm1-full/drivers/scsi/lpfc/lpfc_scsi.c.old	2006-01-06 19:50:38.000000000 +0100
+++ linux-2.6.15-mm1-full/drivers/scsi/lpfc/lpfc_scsi.c	2006-01-06 19:50:46.000000000 +0100
@@ -150,7 +150,7 @@
 	return psb;
 }
 
-struct  lpfc_scsi_buf*
+static struct lpfc_scsi_buf*
 lpfc_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:[~2006-01-14  2:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-14  2:09 [2.6 patch] drivers/scsi/lpfc/lpfc_scsi.c: make lpfc_get_scsi_buf() static Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2006-01-06 19:21 Adrian Bunk
2006-01-06 19:47 ` James Smart

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).