diff options
-rw-r--r-- | drivers/hv/hv_util.c | 2 |
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 */ |
485 | static struct hv_driver util_drv = { | 485 | static 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, |