drivers/serial/s3c2440.c: fix typo in MODULE_LICENSE
authorBalaji Rao <[email protected]>
Tue, 9 Dec 2008 21:14:22 +0000 (13:14 -0800)
committerLinus Torvalds <[email protected]>
Wed, 10 Dec 2008 16:01:53 +0000 (08:01 -0800)
Signed-off-by: Balaji Rao <[email protected]>
Acked-by: Ben Dooks <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/serial/s3c2440.c

index 317d239ab74043cf10ada65e9329d4da0d3e87fe..29cbb0afef8e735276fe3fb39d6b2da5519ae6b2 100644 (file)
@@ -177,5 +177,5 @@ module_exit(s3c2440_serial_exit);
 
 MODULE_DESCRIPTION("Samsung S3C2440,S3C2442 SoC Serial port driver");
 MODULE_AUTHOR("Ben Dooks <[email protected]>");
-MODULE_LICENSE("GPLi v2");
+MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:s3c2440-uart");