* [PATCH] IB/vmw_pvrdma: Update the driver name to vmw_pvrdma
@ 2016-12-12 19:52 Adit Ranadive
[not found] ` <1481572362-19727-1-git-send-email-aditr-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Adit Ranadive @ 2016-12-12 19:52 UTC (permalink / raw)
To: dledford-H+wXaHxf7aLQT0dZR+AlfA,
linux-rdma-u79uwXL29TY76Z2rM5mHXA
Cc: Adit Ranadive, pv-drivers-pghWNbHTmq7QT0dZR+AlfA
Hi Doug,
This patch got left out of the pvrdma->vmw_pvrdma series I sent out
before. Sorry about that.
Thanks,
Adit
---
Show the right driver name with the renamed module.
Signed-off-by: Adit Ranadive <aditr-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
---
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c b/drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
index 5510c86..231a1ce 100644
--- a/drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
+++ b/drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
@@ -55,7 +55,7 @@
#include "pvrdma.h"
-#define DRV_NAME "pvrdma"
+#define DRV_NAME "vmw_pvrdma"
#define DRV_VERSION "1.0.0.0-k"
static DEFINE_MUTEX(pvrdma_device_list_lock);
@@ -77,7 +77,7 @@ static int pvrdma_del_gid(struct ib_device *ibdev,
static ssize_t show_hca(struct device *device, struct device_attribute *attr,
char *buf)
{
- return sprintf(buf, "PVRDMA-%s\n", DRV_VERSION);
+ return sprintf(buf, "VMW_PVRDMA-%s\n", DRV_VERSION);
}
static ssize_t show_rev(struct device *device, struct device_attribute *attr,
@@ -166,7 +166,7 @@ static int pvrdma_register_device(struct pvrdma_dev *dev)
int ret = -1;
int i = 0;
- strlcpy(dev->ib_dev.name, "pvrdma%d", IB_DEVICE_NAME_MAX);
+ strlcpy(dev->ib_dev.name, "vmw_pvrdma%d", IB_DEVICE_NAME_MAX);
dev->ib_dev.node_guid = dev->dsr->caps.node_guid;
dev->sys_image_guid = dev->dsr->caps.sys_image_guid;
dev->flags = 0;
--
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-12 20:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-12 19:52 [PATCH] IB/vmw_pvrdma: Update the driver name to vmw_pvrdma Adit Ranadive
[not found] ` <1481572362-19727-1-git-send-email-aditr-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
2016-12-12 20:24 ` Doug Ledford
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox