summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hv/hv_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv_util.c b/drivers/hv/hv_util.c
index 423205077bf6..f10eeb120c8b 100644
--- a/drivers/hv/hv_util.c
+++ b/drivers/hv/hv_util.c
@@ -483,7 +483,7 @@ MODULE_DEVICE_TABLE(vmbus, id_table);
483 483
484/* The one and only one */ 484/* The one and only one */
485static struct hv_driver util_drv = { 485static struct hv_driver util_drv = {
486 .name = "hv_util", 486 .name = "hv_utils",
487 .id_table = id_table, 487 .id_table = id_table,
488 .probe = util_probe, 488 .probe = util_probe,
489 .remove = util_remove, 489 .remove = util_remove,