summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-04-06 23:33:53 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-04-06 23:33:53 +0000
commit2f720406a0c548f923da01da3c7ef57237c08d04 (patch)
tree34b36dc4e595b1d8a3db1e928519e9e61a0a68a8 /drivers
parent37ef3109f366ac0adbd2edf541b8fb8c6bd5af25 (diff)
Remove \r character.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ide/ide-pnp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-pnp.c b/drivers/ide/ide-pnp.c
index d193135f5..61de0da39 100644
--- a/drivers/ide/ide-pnp.c
+++ b/drivers/ide/ide-pnp.c
@@ -81,7 +81,7 @@ static int __init pnpide_generic_init(struct pci_dev *dev, int enable)
/* Add your devices here :)) */
struct pnp_dev_t idepnp_devices[] __initdata = {
- /* Generic ESDI/IDE/ATA compatible hard disk controller */
+ /* Generic ESDI/IDE/ATA compatible hard disk controller */
{ ISAPNP_VENDOR('P', 'N', 'P'), ISAPNP_DEVICE(0x0600),
pnpide_generic_init },
{ 0 }