diff options
author | Colin Ian King <[email protected]> | 2022-10-07 21:29:41 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-10-20 17:27:56 +0200 |
commit | b860ce04ac409386e4261931525ac3b3ac1758e1 (patch) | |
tree | 21ff6769f19663b8306a65c88bcf05763a75d341 | |
parent | d9e57cc302f33fcbcd12fe9cca6213d520e0537c (diff) |
staging: sm750fb: Kconfig: Fix spelling mistake "accelearion" -> "acceleration"
There is a spelling mistake in a Kconfig description. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/sm750fb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sm750fb/Kconfig b/drivers/staging/sm750fb/Kconfig index 8c0d8a873d5b..2101a6605efc 100644 --- a/drivers/staging/sm750fb/Kconfig +++ b/drivers/staging/sm750fb/Kconfig @@ -8,7 +8,7 @@ config FB_SM750 select FB_CFB_IMAGEBLIT help Frame buffer driver for the Silicon Motion SM750 chip - with 2D accelearion and dual head support. + with 2D acceleration and dual head support. This driver is also available as a module. The module will be called sm750fb. If you want to compile it as a module, say M |