diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-19 02:29:17 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-08-13 08:49:59 +0200 |
commit | 23ef2b642b85f03a109fbf5958134a5e40193dbd (patch) | |
tree | 129bc05111430431796e6121adfa1a4b05dc5670 /include | |
parent | mfd: rn5t618: Make restart handler atomic safe (diff) | |
download | linux-23ef2b642b85f03a109fbf5958134a5e40193dbd.tar.xz linux-23ef2b642b85f03a109fbf5958134a5e40193dbd.zip |
mfd: da9055: pdata.h: Drop a duplicated word
Drop the repeated word "that" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/da9055/pdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/da9055/pdata.h b/include/linux/mfd/da9055/pdata.h index eac48e483190..d3f126990ad0 100644 --- a/include/linux/mfd/da9055/pdata.h +++ b/include/linux/mfd/da9055/pdata.h @@ -35,7 +35,7 @@ struct da9055_pdata { int *gpio_rsel; /* * Regulator mode control bits value (GPI offset) that - * that controls the regulator state, 0 if not available. + * controls the regulator state, 0 if not available. */ enum gpio_select *reg_ren; /* |