* [trivial] Fix typo
@ 2008-12-05 22:21 Balaji Rao
0 siblings, 0 replies; only message in thread
From: Balaji Rao @ 2008-12-05 22:21 UTC (permalink / raw)
To: ben; +Cc: LKML
Fix typo in license string.
Signed-off-by: Balaji Rao <balajirrao@gmail.com>
diff --git a/drivers/serial/s3c2440.c b/drivers/serial/s3c2440.c
index 317d239..29cbb0a 100644
--- a/drivers/serial/s3c2440.c
+++ b/drivers/serial/s3c2440.c
@@ -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");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-05 22:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-05 22:21 [trivial] Fix typo Balaji Rao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome