diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-05-25 23:39:30 +0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-26 01:29:59 +0400 |
commit | c343a8391496de83c66e771ead986aab0d6f777f (patch) | |
tree | e8529fede1b1feae115009c68e8532d733fcb56d /drivers/ata/pata_it821x.c | |
parent | 52df0ee07ca23676785e6c7e569b6d93c6dbc026 (diff) | |
download | linux-c343a8391496de83c66e771ead986aab0d6f777f.tar.xz |
pata: Trivia
Typo/comment fixes
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_it821x.c')
-rw-r--r-- | drivers/ata/pata_it821x.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c index ff9a6fd36657..b3456d7a592c 100644 --- a/drivers/ata/pata_it821x.c +++ b/drivers/ata/pata_it821x.c @@ -1,5 +1,5 @@ /* - * ata-it821x.c - IT821x PATA for new ATA layer + * pata_it821x.c - IT821x PATA for new ATA layer * (C) 2005 Red Hat Inc * Alan Cox <alan@redhat.com> * @@ -65,7 +65,6 @@ * * TODO * - ATAPI and other speed filtering - * - Command filter in smart mode * - RAID configuration ioctls */ |