Commit 52b9582d authored by Balaji Rao's avatar Balaji Rao Committed by Linus Torvalds

drivers/serial/s3c2440.c: fix typo in MODULE_LICENSE

Signed-off-by: default avatarBalaji Rao <balajirrao@gmail.com>
Acked-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 49c50342
......@@ -177,5 +177,5 @@ module_exit(s3c2440_serial_exit);
MODULE_DESCRIPTION("Samsung S3C2440,S3C2442 SoC Serial port driver");
MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>");
MODULE_LICENSE("GPLi v2");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:s3c2440-uart");
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