diff options
author | Łukasz Stelmach <stlman@poczta.fm> | 2015-03-27 21:39:59 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-30 10:05:07 +0100 |
commit | 78c059c65a8d6f4d06803295a776d70fe0fab521 (patch) | |
tree | 0c1b806a98a9509853bd1e360d99e0bc96507dfd /drivers/mfd | |
parent | 4d54b0adfa67476e6509bc8646b9dbac642e8a29 (diff) | |
download | linux-78c059c65a8d6f4d06803295a776d70fe0fab521.tar.bz2 |
mfd: Fix a typo in Kconfig
Signed-off-by: Łukasz Stelmach <stlman@poczta.fm>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index ba097f7ce26f..d5ad04dad081 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1414,7 +1414,7 @@ config MFD_WM8994 depends on I2C help The WM8994 is a highly integrated hi-fi CODEC designed for - smartphone applicatiosn. As well as audio functionality it + smartphone applications. As well as audio functionality it has on board GPIO and regulator functionality which is supported via the relevant subsystems. This driver provides core support for the WM8994, in order to use the actual |