# HG changeset patch # User Uri Shkolnik <uris@xxxxxxxxxxxx> # Date 1242143183 -10800 # Node ID 179c1575678e08b5626bb918ef300b3ecead633c # Parent 777b32ac3080215d26c35853ea41c1f8f992b70c [0905_09] Siano: smsdvb - small type fix From: Uri Shkolnik <uris@xxxxxxxxxxxx> Fix type at the module description Priority: normal Signed-off-by: Uri Shkolnik <uris@xxxxxxxxxxxx> diff -r 777b32ac3080 -r 179c1575678e linux/drivers/media/dvb/siano/smsdvb.c --- a/linux/drivers/media/dvb/siano/smsdvb.c Tue May 12 18:38:15 2009 +0300 +++ b/linux/drivers/media/dvb/siano/smsdvb.c Tue May 12 18:46:23 2009 +0300 @@ -601,5 +601,5 @@ void smsdvb_unregister(void) } MODULE_DESCRIPTION("SMS DVB subsystem adaptation module"); -MODULE_AUTHOR("Siano Mobile Silicon, INC. (uris@xxxxxxxxxxxx)"); +MODULE_AUTHOR("Siano Mobile Silicon, Inc. (uris@xxxxxxxxxxxx)"); MODULE_LICENSE("GPL"); -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html