]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
media: dib0700: fix spelling mistake "Amplifyer" -> "Amplifier"
authorColin Ian King <colin.king@canonical.com>
Sun, 25 Nov 2018 22:51:14 +0000 (17:51 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 3 Dec 2018 18:23:46 +0000 (13:23 -0500)
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>
drivers/media/usb/dvb-usb/dib0700_devices.c

index 7551dce96f648a3b9e610f51db52ccf7ca020f90..9311f7d4bba51f147506133aa91823e2f37c2c99 100644 (file)
@@ -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 *);