From: Haiyang Zhang Date: Thu, 18 Oct 2018 05:09:29 +0000 (+0000) Subject: hv_utils: update name in struct hv_driver util_drv X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5629^2~96 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=5c24ee897664822956b1830df6957bb7f8965bb3;p=linux.git hv_utils: update name in struct hv_driver util_drv The correct module name is hv_utils. This patch corrects the name in struct hv_driver util_drv. Signed-off-by: Haiyang Zhang Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- 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); /* The one and only one */ static struct hv_driver util_drv = { - .name = "hv_util", + .name = "hv_utils", .id_table = id_table, .probe = util_probe, .remove = util_remove,