Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Christophe JAILLET and committed by
Lee Jones
ff8bd0b5 0c09e712

+1 -1
+1 -1
drivers/mfd/tqmx86.c
··· 274 274 275 275 module_init(tqmx86_init); 276 276 277 - MODULE_DESCRIPTION("TQx86 PLD Core Driver"); 277 + MODULE_DESCRIPTION("TQMx86 PLD Core Driver"); 278 278 MODULE_AUTHOR("Andrew Lunn <andrew@lunn.ch>"); 279 279 MODULE_LICENSE("GPL"); 280 280 MODULE_ALIAS("platform:tqmx86");