The patch titled drivers/serial/s3c2440.c: fix typo in MODULE_LICENSE has been added to the -mm tree. Its filename is drivers-serial-s3c2440c-fix-typo-in-module_license.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/serial/s3c2440.c: fix typo in MODULE_LICENSE From: Balaji Rao <balajirrao@xxxxxxxxx> Signed-off-by: Balaji Rao <balajirrao@xxxxxxxxx> Cc: Ben Dooks <ben-linux@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/s3c2440.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/serial/s3c2440.c~drivers-serial-s3c2440c-fix-typo-in-module_license drivers/serial/s3c2440.c --- a/drivers/serial/s3c2440.c~drivers-serial-s3c2440c-fix-typo-in-module_license +++ a/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@xxxxxxxxxxxx>"); -MODULE_LICENSE("GPLi v2"); +MODULE_LICENSE("GPL v2"); MODULE_ALIAS("platform:s3c2440-uart"); _ Patches currently in -mm which might be from balajirrao@xxxxxxxxx are drivers-serial-s3c2440c-fix-typo-in-module_license.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html