Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc556871 authored by Niels de Vos's avatar Niels de Vos Committed by Greg Kroah-Hartman
Browse files

ehci-hcd: remove EOL from MODULE_PARM_DESC for 'hird' option



There is no need to have a "\n" on a MODULE_PARM_DESC, remove it

Signed-off-by: default avatarNiels de Vos <ndevos@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e90ed12c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ MODULE_PARM_DESC (ignore_oc, "ignore bogus hardware overcurrent indications");
/* for link power management(LPM) feature */
static unsigned int hird;
module_param(hird, int, S_IRUGO);
MODULE_PARM_DESC(hird, "host initiated resume duration, +1 for each 75us\n");
MODULE_PARM_DESC(hird, "host initiated resume duration, +1 for each 75us");

#define	INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT)