Skip to content

Commit

Permalink
Staging: hv: storvsc: use the macro KBUILD_MODNAME
Browse files Browse the repository at this point in the history
Use the macro KBUILD_MODNAME.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent bab445e commit fafb0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ static int storvsc_probe(struct hv_device *device,
/* The one and only one */

static struct hv_driver storvsc_drv = {
.name = "storvsc",
.name = KBUILD_MODNAME,
.id_table = id_table,
.probe = storvsc_probe,
.remove = storvsc_remove,
Expand Down

0 comments on commit fafb0ef

Please sign in to comment.