Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] ide: make comment match reality

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

authored by

Ralf Baechle and committed by
Bartlomiej Zolnierkiewicz
c37ea218 1e39dead

+1 -1
+1 -1
drivers/ide/setup-pci.c
··· 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 *