Commit 6e40773a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (4515): Fixed module name, since it is, in fact, a decoder.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent b961b9c5
......@@ -744,6 +744,6 @@ vpx3220_cleanup (void)
module_init(vpx3220_init);
module_exit(vpx3220_cleanup);
MODULE_DESCRIPTION("vpx3220a/vpx3216b/vpx3214c video encoder driver");
MODULE_DESCRIPTION("vpx3220a/vpx3216b/vpx3214c video decoder driver");
MODULE_AUTHOR("Laurent Pinchart");
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment