igb_uio: use standard uio naming

Don't put capitialization and space in name since it will show
up in /proc/interrupts. Instead use driver name to follow the
conventions used in the kernel by other drivers.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
Stephen Hemminger 2014-06-06 16:50:30 -07:00 committed by Thomas Monjalon
parent 4ca2826506
commit 2a22f2751a

@ -589,7 +589,7 @@ igbuio_pci_probe(struct pci_dev *dev, const struct pci_device_id *id)
}
/* fill uio infos */
udev->info.name = "Intel IGB UIO";
udev->info.name = "igb_uio";
udev->info.version = "0.1";
udev->info.handler = igbuio_pci_irqhandler;
udev->info.irqcontrol = igbuio_pci_irqcontrol;