]> git.neil.brown.name Git - history.git/commitdiff
typo fix for the name of the pci hotplug filesystem caused by the superblock changes.
authorGreg Kroah-Hartman <greg@soap.kroah.net>
Fri, 8 Feb 2002 09:16:12 +0000 (01:16 -0800)
committerGreg Kroah-Hartman <greg@soap.kroah.net>
Fri, 8 Feb 2002 09:16:12 +0000 (01:16 -0800)
drivers/hotplug/pci_hotplug_core.c

index 1088215636d5685a8fed07dda33c8549fa563af3..f956de8d8b10dc694f9c6d9d8f7583458ef75615 100644 (file)
@@ -396,7 +396,7 @@ static struct super_block *pcihpfs_get_sb(struct file_system_type *fs_type,
 
 static struct file_system_type pcihpfs_type = {
        owner:          THIS_MODULE,
-       name:           "pchihpfs",
+       name:           "pcihpfs",
        get_sb:         pcihpfs_get_sb,
        fs_flags:       FS_LITTER,
 };