diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-10-27 16:09:10 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-10-28 04:54:50 +0100 |
commit | ab77163008c596aad9624ceab190d840c0143fa8 (patch) | |
tree | b5ada41a09afe5ed66de6d1abe6189c7f602f709 /drivers/ata/pata_efar.c | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... (diff) | |
download | linux-ab77163008c596aad9624ceab190d840c0143fa8.tar.xz linux-ab77163008c596aad9624ceab190d840c0143fa8.zip |
ata: Switch all my stuff to a common address
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/pata_efar.c')
-rw-r--r-- | drivers/ata/pata_efar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_efar.c b/drivers/ata/pata_efar.c index 9fba82976ba6..ac6392ea35b0 100644 --- a/drivers/ata/pata_efar.c +++ b/drivers/ata/pata_efar.c @@ -1,7 +1,7 @@ /* * pata_efar.c - EFAR PIIX clone controller driver * - * (C) 2005 Red Hat <alan@redhat.com> + * (C) 2005 Red Hat * * Some parts based on ata_piix.c by Jeff Garzik and others. * |