aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tqmx86.c
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2020-04-12 23:30:47 +0200
committerLee Jones <lee.jones@linaro.org>2020-05-26 10:51:20 +0100
commitff8bd0b59cfdabb9bc4c0941724fafaf9a508c07 (patch)
treee69d61f21ed30da95ef99bbd7ba2e9bb81f6497b /drivers/mfd/tqmx86.c
parentmfd: stpmic1: Make stpmic1_regmap_config static (diff)
downloadlinux-dev-ff8bd0b59cfdabb9bc4c0941724fafaf9a508c07.tar.xz
linux-dev-ff8bd0b59cfdabb9bc4c0941724fafaf9a508c07.zip
mfd: tqmx86: Fix a typo in MODULE_DESCRIPTION
Based on the file name and code of the driver, it is likely that this module is related to TQMx86 and not TQx86. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/tqmx86.c')
-rw-r--r--drivers/mfd/tqmx86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tqmx86.c b/drivers/mfd/tqmx86.c
index b9f48e588d95..ddddf08b6a4c 100644
--- a/drivers/mfd/tqmx86.c
+++ b/drivers/mfd/tqmx86.c
@@ -274,7 +274,7 @@ static int __init tqmx86_init(void)
module_init(tqmx86_init);
-MODULE_DESCRIPTION("TQx86 PLD Core Driver");
+MODULE_DESCRIPTION("TQMx86 PLD Core Driver");
MODULE_AUTHOR("Andrew Lunn <andrew@lunn.ch>");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:tqmx86");