aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/NCR5380.c
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2008-10-27 11:16:36 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-12-29 12:24:12 -0500
commitfa195afe4ad3f6d85a9b7cc236ae85c05ca8db03 (patch)
tree020b6378863b6fd84715bcae84779595a92403ae /drivers/scsi/NCR5380.c
parente98991130df36bc429f341a2f21519c39c52afe3 (diff)
[SCSI] Clean up my email address and use a single standard address for everything
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/NCR5380.c')
-rw-r--r--drivers/scsi/NCR5380.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c
index eeddbd19eba5..f92da9fd5f20 100644
--- a/drivers/scsi/NCR5380.c
+++ b/drivers/scsi/NCR5380.c
@@ -30,7 +30,7 @@
30 * $Log: NCR5380.c,v $ 30 * $Log: NCR5380.c,v $
31 31
32 * Revision 1.10 1998/9/2 Alan Cox 32 * Revision 1.10 1998/9/2 Alan Cox
33 * (alan@redhat.com) 33 * (alan@lxorguk.ukuu.org.uk)
34 * Fixed up the timer lockups reported so far. Things still suck. Looking 34 * Fixed up the timer lockups reported so far. Things still suck. Looking
35 * forward to 2.3 and per device request queues. Then it'll be possible to 35 * forward to 2.3 and per device request queues. Then it'll be possible to
36 * SMP thread this beast and improve life no end. 36 * SMP thread this beast and improve life no end.