diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-04-12 23:30:47 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-05-26 10:51:20 +0100 |
commit | ff8bd0b59cfdabb9bc4c0941724fafaf9a508c07 (patch) | |
tree | e69d61f21ed30da95ef99bbd7ba2e9bb81f6497b /drivers/mfd | |
parent | 0c09e712b38d2bb9df5d58027fccebebee7aa15b (diff) | |
download | linux-ff8bd0b59cfdabb9bc4c0941724fafaf9a508c07.tar.bz2 |
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')
-rw-r--r-- | drivers/mfd/tqmx86.c | 2 |
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"); |