Commit 86b57277 authored by Guoqing Jiang's avatar Guoqing Jiang Committed by Goldwyn Rodrigues

md-cluster: Add 'SUSE' as author for md-cluster.c

Signed-off-by: default avatarGuoqing Jiang <gqjiang@suse.com>
parent aee177ac
...@@ -1051,5 +1051,6 @@ static void cluster_exit(void) ...@@ -1051,5 +1051,6 @@ static void cluster_exit(void)
module_init(cluster_init); module_init(cluster_init);
module_exit(cluster_exit); module_exit(cluster_exit);
MODULE_AUTHOR("SUSE");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Clustering support for MD"); MODULE_DESCRIPTION("Clustering support for MD");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment