]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ata: pata_cs5520: Rephrase file header comment
authorDamien Le Moal <dlemoal@kernel.org>
Fri, 26 Jul 2024 02:28:37 +0000 (11:28 +0900)
committerDamien Le Moal <dlemoal@kernel.org>
Mon, 29 Jul 2024 22:10:30 +0000 (07:10 +0900)
Remove the use of the term "blacklist". What the comment using that term
refers to does not seem to exist at all anyway as the driver does not
have such list but rather only a list of compatible controllers.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Reviewed-by: Igor Pylypiv <ipylypiv@google.com>
drivers/ata/pata_cs5520.c

index 027cf67101ef0e32e47f2a3dad8042c9b2f669ec..3163c8d9cef5bc26a0a31507ca3e0281026c2890 100644 (file)
@@ -8,9 +8,9 @@
  *     PIO mode and smarter silicon.
  *
  *     The practical upshot of this is that we must always tune the
- *     drive for the right PIO mode. We must also ignore all the blacklists
- *     and the drive bus mastering DMA information. Also to confuse matters
- *     further we can do DMA on PIO only drives.
+ *     drive for the right PIO mode and ignore the drive bus mastering DMA
+ *     information. Also to confuse matters further we can do DMA on PIO only
+ *     drives.
  *
  *     DMA on the 5510 also requires we disable_hlt() during DMA on early
  *     revisions.