Skip to content

Commit 6feb64f

Browse files
bvanasschedledford
authored andcommitted
RDMA/srpt: Remove driver version and release date
Neither a driver version number nor a release data is useful in an upstream driver. Remove the word "InfiniBand" from the driver description because recently RoCE support has been added to this driver. Cc: Sergey Gorenko <[email protected]> Cc: Max Gurtovoy <[email protected]> Cc: Laurence Oberman <[email protected]> Signed-off-by: Bart Van Assche <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
1 parent c4bbe91 commit 6feb64f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

drivers/infiniband/ulp/srpt/ib_srpt.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,14 @@
5151

5252
/* Name of this kernel module. */
5353
#define DRV_NAME "ib_srpt"
54-
#define DRV_VERSION "2.0.0"
55-
#define DRV_RELDATE "2011-02-14"
5654

5755
#define SRPT_ID_STRING "Linux SRP target"
5856

5957
#undef pr_fmt
6058
#define pr_fmt(fmt) DRV_NAME " " fmt
6159

6260
MODULE_AUTHOR("Vu Pham and Bart Van Assche");
63-
MODULE_DESCRIPTION("InfiniBand SCSI RDMA Protocol target "
64-
"v" DRV_VERSION " (" DRV_RELDATE ")");
61+
MODULE_DESCRIPTION("SCSI RDMA Protocol target driver");
6562
MODULE_LICENSE("Dual BSD/GPL");
6663

6764
/*
@@ -3671,7 +3668,7 @@ static void srpt_drop_tport(struct se_wwn *wwn)
36713668

36723669
static ssize_t srpt_wwn_version_show(struct config_item *item, char *buf)
36733670
{
3674-
return scnprintf(buf, PAGE_SIZE, "%s\n", DRV_VERSION);
3671+
return scnprintf(buf, PAGE_SIZE, "\n");
36753672
}
36763673

36773674
CONFIGFS_ATTR_RO(srpt_wwn_, version);

0 commit comments

Comments
 (0)