[BK PATCH] pci hotplug fs name typo fix

Greg KH (greg@kroah.com)
Fri, 8 Feb 2002 17:21:02 -0800


Pull from: http://linuxusb.bkbits.net/linus-2.5

ChangeSet@1.230, 2002-02-08 17:16:12-08:00, greg@soap.kroah.net
typo fix for the name of the pci hotplug filesystem caused by the superblock changes.

drivers/hotplug/pci_hotplug_core.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

thanks,

greg k-h

diff -Nru a/drivers/hotplug/pci_hotplug_core.c b/drivers/hotplug/pci_hotplug_core.c
--- a/drivers/hotplug/pci_hotplug_core.c Fri Feb 8 15:03:27 2002
+++ b/drivers/hotplug/pci_hotplug_core.c Fri Feb 8 15:03:27 2002
@@ -396,7 +396,7 @@

static struct file_system_type pcihpfs_type = {
owner: THIS_MODULE,
- name: "pchihpfs",
+ name: "pcihpfs",
get_sb: pcihpfs_get_sb,
fs_flags: FS_LITTER,
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/