diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-10-24 18:19:27 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-03-17 22:48:41 +0300 |
commit | 1ac7072ca3d4808acc56bf0fd27bee7bdff9e92f (patch) | |
tree | ac35496fdd80e87340ff636a243740e3167006b4 | |
parent | a7d47e59e77a555cf3d0cba01eb0e974ad6d5d8b (diff) | |
download | linux-1ac7072ca3d4808acc56bf0fd27bee7bdff9e92f.tar.xz |
mfd: wm8994: Fix comment spelling
Fix misspellings of "configuration".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | include/linux/mfd/wm8994/pdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/wm8994/pdata.h b/include/linux/mfd/wm8994/pdata.h index 81e7dcbd94df..6e2962ef5b81 100644 --- a/include/linux/mfd/wm8994/pdata.h +++ b/include/linux/mfd/wm8994/pdata.h @@ -33,7 +33,7 @@ struct wm8994_ldo_pdata { * DRC configurations are specified with a label and a set of register * values to write (the enable bits will be ignored). At runtime an * enumerated control will be presented for each DRC block allowing - * the user to choose the configration to use. + * the user to choose the configuration to use. * * Configurations may be generated by hand or by using the DRC control * panel provided by the WISCE - see http://www.wolfsonmicro.com/wisce/ |