From: Thomas Falcon Date: Thu, 1 Jun 2017 20:32:34 +0000 (-0500) Subject: ibmvnic: Remove module author mailing address X-Git-Tag: Ubuntu-5.2.0-15.16~6740^2~27 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=78b07ac1e4c8acc9daf6b7f7b579300328673640;p=mirror_ubuntu-eoan-kernel.git ibmvnic: Remove module author mailing address The original author left the project and so far has not responded to emails sent to the listed address. Signed-off-by: John Allen Signed-off-by: Thomas Falcon Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/ibm/ibmvnic.c b/drivers/net/ethernet/ibm/ibmvnic.c index 4f2d329dba99..a93757c255f7 100644 --- a/drivers/net/ethernet/ibm/ibmvnic.c +++ b/drivers/net/ethernet/ibm/ibmvnic.c @@ -81,7 +81,7 @@ static const char ibmvnic_driver_name[] = "ibmvnic"; static const char ibmvnic_driver_string[] = "IBM System i/p Virtual NIC Driver"; -MODULE_AUTHOR("Santiago Leon "); +MODULE_AUTHOR("Santiago Leon"); MODULE_DESCRIPTION("IBM System i/p Virtual NIC Driver"); MODULE_LICENSE("GPL"); MODULE_VERSION(IBMVNIC_DRIVER_VERSION);