projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3cadf3
)
hv_utils: update name in struct hv_driver util_drv
author
Haiyang Zhang
<haiyangz@microsoft.com>
Thu, 18 Oct 2018 05:09:29 +0000
(
05:09
+0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 11 Nov 2018 20:58:26 +0000
(12:58 -0800)
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>
drivers/hv/hv_util.c
patch
|
blob
|
history
diff --git
a/drivers/hv/hv_util.c
b/drivers/hv/hv_util.c
index
4232050
..
f10eeb1
100644
(file)
--- 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_util
s
",
.id_table = id_table,
.probe = util_probe,
.remove = util_remove,