mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 15:19:51 +00:00
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 <sergeygo@mellanox.com> Cc: Max Gurtovoy <maxg@mellanox.com> Cc: Laurence Oberman <loberman@redhat.com> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
c4bbe911c2
commit
6feb64ffda
@ -51,8 +51,6 @@
|
||||
|
||||
/* Name of this kernel module. */
|
||||
#define DRV_NAME "ib_srpt"
|
||||
#define DRV_VERSION "2.0.0"
|
||||
#define DRV_RELDATE "2011-02-14"
|
||||
|
||||
#define SRPT_ID_STRING "Linux SRP target"
|
||||
|
||||
@ -60,8 +58,7 @@
|
||||
#define pr_fmt(fmt) DRV_NAME " " fmt
|
||||
|
||||
MODULE_AUTHOR("Vu Pham and Bart Van Assche");
|
||||
MODULE_DESCRIPTION("InfiniBand SCSI RDMA Protocol target "
|
||||
"v" DRV_VERSION " (" DRV_RELDATE ")");
|
||||
MODULE_DESCRIPTION("SCSI RDMA Protocol target driver");
|
||||
MODULE_LICENSE("Dual BSD/GPL");
|
||||
|
||||
/*
|
||||
@ -3671,7 +3668,7 @@ static void srpt_drop_tport(struct se_wwn *wwn)
|
||||
|
||||
static ssize_t srpt_wwn_version_show(struct config_item *item, char *buf)
|
||||
{
|
||||
return scnprintf(buf, PAGE_SIZE, "%s\n", DRV_VERSION);
|
||||
return scnprintf(buf, PAGE_SIZE, "\n");
|
||||
}
|
||||
|
||||
CONFIGFS_ATTR_RO(srpt_wwn_, version);
|
||||
|
Loading…
x
Reference in New Issue
Block a user