Skip to content

Commit

Permalink
V4L/DVB (8303): sms1xxx: update MODULE_DESCRIPTION
Browse files Browse the repository at this point in the history
set MODULE_DESCRIPTION to "Driver for the Siano SMS1XXX USB dongle"

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent cf1cfe1 commit 8f37356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/media/dvb/siano/smscoreapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,6 @@ void smscore_module_exit(void)
module_init(smscore_module_init);
module_exit(smscore_module_exit);

MODULE_DESCRIPTION("smscore");
MODULE_DESCRIPTION("Driver for the Siano SMS1XXX USB dongle");
MODULE_AUTHOR("Siano Mobile Silicon,,, (doronc@siano-ms.com)");
MODULE_LICENSE("GPL");
2 changes: 1 addition & 1 deletion drivers/media/dvb/siano/smsdvb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Driver for the Siano SMS10xx USB dongle
* Driver for the Siano SMS1xxx USB dongle
*
* author: Anatoly Greenblat
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/dvb/siano/smsusb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Driver for the Siano SMS10xx USB dongle
* Driver for the Siano SMS1xxx USB dongle
*
* author: Anatoly Greenblat
*
Expand Down

0 comments on commit 8f37356

Please sign in to comment.