Index: uspace/drv/bus/usb/usbhub/main.c
===================================================================
--- uspace/drv/bus/usb/usbhub/main.c	(revision e98e5fc2ee463964ee2251e7c68a307eeadfa445)
+++ uspace/drv/bus/usb/usbhub/main.c	(revision 35c37fc2ef57407c4bf38bf0ac3d777777e3ccd1)
@@ -48,5 +48,5 @@
 static const usb_driver_ops_t usb_hub_driver_ops = {
 	.device_add = usb_hub_device_add,
-//	.device_rem = usb_hub_device_remove,
+//	.device_remove = usb_hub_device_remove,
 	.device_gone = usb_hub_device_gone,
 };
