* [2.6 patch] make mptspi_target_destroy() static
@ 2007-02-20 0:07 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2007-02-20 0:07 UTC (permalink / raw)
To: Eric Moore; +Cc: James Bottomley, linux-kernel
This patch makes the needlessly global mptspi_target_destroy() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.20-mm1/drivers/message/fusion/mptspi.c.old 2007-02-18 01:01:26.000000000 +0100
+++ linux-2.6.20-mm1/drivers/message/fusion/mptspi.c 2007-02-18 01:02:04.000000000 +0100
@@ -446,7 +446,7 @@
return 0;
}
-void
+static void
mptspi_target_destroy(struct scsi_target *starget)
{
if (starget->hostdata)
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [2.6 patch] make mptspi_target_destroy() static
@ 2007-02-20 21:00 Moore, Eric
0 siblings, 0 replies; 3+ messages in thread
From: Moore, Eric @ 2007-02-20 21:00 UTC (permalink / raw)
To: Adrian Bunk; +Cc: James Bottomley, linux-kernel
On Monday, February 19, 2007 5:07 PM, Adrian Bunk wrote:
> This patch makes the needlessly global mptspi_target_destroy() static.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
ACK
^ permalink raw reply [flat|nested] 3+ messages in thread
* [2.6 patch] make mptspi_target_destroy() static
@ 2007-03-25 14:58 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2007-03-25 14:58 UTC (permalink / raw)
To: Andrew Morton; +Cc: Eric Moore, James Bottomley, linux-kernel
This patch makes the needlessly global mptspi_target_destroy() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Eric Moore <Eric.Moore@lsi.com>
---
This patch was already sent on:
- 20 Feb 2007
--- linux-2.6.20-mm1/drivers/message/fusion/mptspi.c.old 2007-02-18 01:01:26.000000000 +0100
+++ linux-2.6.20-mm1/drivers/message/fusion/mptspi.c 2007-02-18 01:02:04.000000000 +0100
@@ -446,7 +446,7 @@
return 0;
}
-void
+static void
mptspi_target_destroy(struct scsi_target *starget)
{
if (starget->hostdata)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-03-25 14:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-20 0:07 [2.6 patch] make mptspi_target_destroy() static Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2007-02-20 21:00 Moore, Eric
2007-03-25 14:58 Adrian Bunk
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).