aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb/dib0700_devices.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-11-25 17:51:14 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-12-03 13:23:46 -0500
commit6bca5de961cc443f2dc1c0b3d7804adbf9c4cfc8 (patch)
treec65fde9c2ead67d3ac4cca5325f9f4c8194ded2a /drivers/media/usb/dvb-usb/dib0700_devices.c
parentmedia: dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFER (diff)
downloadlinux-dev-6bca5de961cc443f2dc1c0b3d7804adbf9c4cfc8.tar.xz
linux-dev-6bca5de961cc443f2dc1c0b3d7804adbf9c4cfc8.zip
media: dib0700: fix spelling mistake "Amplifyer" -> "Amplifier"
There is a spelling mistake in the MODULE_PARM_DESC text, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/usb/dvb-usb/dib0700_devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/dib0700_devices.c b/drivers/media/usb/dvb-usb/dib0700_devices.c
index 7551dce96f64..9311f7d4bba5 100644
--- a/drivers/media/usb/dvb-usb/dib0700_devices.c
+++ b/drivers/media/usb/dvb-usb/dib0700_devices.c
@@ -29,7 +29,7 @@
static int force_lna_activation;
module_param(force_lna_activation, int, 0644);
-MODULE_PARM_DESC(force_lna_activation, "force the activation of Low-Noise-Amplifyer(s) (LNA), if applicable for the device (default: 0=automatic/off).");
+MODULE_PARM_DESC(force_lna_activation, "force the activation of Low-Noise-Amplifier(s) (LNA), if applicable for the device (default: 0=automatic/off).");
struct dib0700_adapter_state {
int (*set_param_save) (struct dvb_frontend *);