Commit c37ea218cb43c67bf1578f5e535fcc3a751018ef

Authored by Ralf Baechle
Committed by Bartlomiej Zolnierkiewicz
1 parent 1e39dead2b

[PATCH] ide: make comment match reality

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/ide/setup-pci.c
... ... @@ -787,7 +787,7 @@
787 787 static LIST_HEAD(ide_pci_drivers);
788 788  
789 789 /*
790   - * __ide_register_pci_driver - attach IDE driver
  790 + * __ide_pci_register_driver - attach IDE driver
791 791 * @driver: pci driver
792 792 * @module: owner module of the driver
793 793 *