Skip to content

Commit

Permalink
drivers/serial/s3c2440.c: fix typo in MODULE_LICENSE
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Rao <balajirrao@gmail.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Balaji Rao authored and Linus Torvalds committed Dec 10, 2008
1 parent 49c5034 commit 52b9582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/s3c2440.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 52b9582

Please sign in to comment.