media: ngene: fix ci_tsfix modparam description typo
authorDaniel Scheller <d.scheller@gmx.net>
Sun, 22 Apr 2018 16:06:52 +0000 (12:06 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Sat, 5 May 2018 13:43:54 +0000 (09:43 -0400)
s/shifs/shifts/

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/ngene/ngene-dvb.c

index fee89b9ed9c104c5c84115aab515195d66dcf8f5..5147e83397a104288e807d5501b6269e52c338f1 100644 (file)
@@ -40,7 +40,7 @@
 
 static int ci_tsfix = 1;
 module_param(ci_tsfix, int, 0444);
-MODULE_PARM_DESC(ci_tsfix, "Detect and fix TS buffer offset shifs in conjunction with CI expansions (default: 1/enabled)");
+MODULE_PARM_DESC(ci_tsfix, "Detect and fix TS buffer offset shifts in conjunction with CI expansions (default: 1/enabled)");
 
 /****************************************************************************/
 /* COMMAND API interface ****************************************************/