summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/ngene
diff options
context:
space:
mode:
authorDaniel Scheller <d.scheller@gmx.net>2018-04-22 18:06:52 +0200
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-05 15:43:54 +0200
commit87a0637992cd15ccf00d4abb4e3e846d87fc71c1 (patch)
treea49186a592f49d55490390e5f8367eeeda5198c9 /drivers/media/pci/ngene
parentmedia: ngene: cleanup superfluous I2C adapter evaluation (diff)
downloadlinux-87a0637992cd15ccf00d4abb4e3e846d87fc71c1.tar.xz
linux-87a0637992cd15ccf00d4abb4e3e846d87fc71c1.zip
media: ngene: fix ci_tsfix modparam description typo
s/shifs/shifts/ Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/pci/ngene')
-rw-r--r--drivers/media/pci/ngene/ngene-dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/ngene/ngene-dvb.c b/drivers/media/pci/ngene/ngene-dvb.c
index fee89b9ed9c1..5147e83397a1 100644
--- a/drivers/media/pci/ngene/ngene-dvb.c
+++ b/drivers/media/pci/ngene/ngene-dvb.c
@@ -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 ****************************************************/