diff options
author | Haiyang Zhang <haiyangz@microsoft.com> | 2018-10-18 07:09:29 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-11 21:58:26 +0100 |
commit | 5c24ee897664822956b1830df6957bb7f8965bb3 (patch) | |
tree | 0621018e37d5d942a07b6d0974b918f4924f9634 /drivers/hv/hv_util.c | |
parent | Drivers: hv: vmbus: Get rid of unnecessary state in hv_context (diff) | |
download | linux-5c24ee897664822956b1830df6957bb7f8965bb3.tar.xz linux-5c24ee897664822956b1830df6957bb7f8965bb3.zip |
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 <haiyangz@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/hv_util.c')
-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); /* 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, |