From 40d862c97213b5b41c6f756499dc39ef94eb556e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 22 Jul 2011 11:50:11 +0000 Subject: [PATCH] ib_srpt: Update author information git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3719 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index e369509dc..93aa9154c 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -70,7 +70,7 @@ #define SRPT_ID_STRING "SCST SRP target" -MODULE_AUTHOR("Vu Pham"); +MODULE_AUTHOR("Vu Pham and Bart Van Assche"); MODULE_DESCRIPTION("InfiniBand SCSI RDMA Protocol target " "v" DRV_VERSION " (" DRV_RELDATE ")"); MODULE_LICENSE("Dual BSD/GPL");