1
0
Fork 0

V4L/DVB (11823): Siano: smsusb - fix typo in module description

Fix small typo in the module description

Signed-off-by: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Uri Shkolnik 2009-05-17 09:17:51 -03:00 committed by Mauro Carvalho Chehab
parent 5d2387e3ca
commit 05a073769d
1 changed files with 1 additions and 1 deletions

View File

@ -562,6 +562,6 @@ void smsusb_module_exit(void)
module_init(smsusb_module_init);
module_exit(smsusb_module_exit);
MODULE_DESCRIPTION("Driver for the Siano SMS1XXX USB dongle");
MODULE_DESCRIPTION("Driver for the Siano SMS1xxx USB dongle");
MODULE_AUTHOR("Siano Mobile Silicon, INC. (uris@siano-ms.com)");
MODULE_LICENSE("GPL");