diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-09-26 15:20:03 +0200 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2018-10-04 11:36:07 +0200 |
commit | 34845c939082093354a6ffbb1ebff599e30b9b22 (patch) | |
tree | 83df1a37240c71c17e4cc6f2db681e9200d06722 /include/linux/reset.h | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
download | linux-34845c939082093354a6ffbb1ebff599e30b9b22.tar.gz linux-34845c939082093354a6ffbb1ebff599e30b9b22.tar.bz2 linux-34845c939082093354a6ffbb1ebff599e30b9b22.zip |
reset: Grammar s/more then once/more than once/
Fix grammar in reset_control_get_exclusive() documentation comment.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'include/linux/reset.h')
-rw-r--r-- | include/linux/reset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reset.h b/include/linux/reset.h index 09732c36f351..29af6d6b2f4b 100644 --- a/include/linux/reset.h +++ b/include/linux/reset.h @@ -116,7 +116,7 @@ static inline int device_reset_optional(struct device *dev) * @id: reset line name * * Returns a struct reset_control or IS_ERR() condition containing errno. - * If this function is called more then once for the same reset_control it will + * If this function is called more than once for the same reset_control it will * return -EBUSY. * * See reset_control_get_shared for details on shared references to |