ionic: change MODULE_AUTHOR to person name
The MODULE_AUTHOR macro is supposed to be a person not a company. Reviewed-by: Brett Creeley <brett.creeley@amd.com> Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bc40b88930
commit
217397da4d
@ -15,7 +15,7 @@
|
||||
#include "ionic_debugfs.h"
|
||||
|
||||
MODULE_DESCRIPTION(IONIC_DRV_DESCRIPTION);
|
||||
MODULE_AUTHOR("Pensando Systems, Inc");
|
||||
MODULE_AUTHOR("Shannon Nelson <shannon.nelson@amd.com>");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
static const char *ionic_error_to_str(enum ionic_status_code code)
|
||||
|
Loading…
x
Reference in New Issue
Block a user