Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Philipp Zabel
34845c93 5b394b2d

+1 -1
+1 -1
include/linux/reset.h
··· 116 116 * @id: reset line name 117 117 * 118 118 * Returns a struct reset_control or IS_ERR() condition containing errno. 119 - * If this function is called more then once for the same reset_control it will 119 + * If this function is called more than once for the same reset_control it will 120 120 * return -EBUSY. 121 121 * 122 122 * See reset_control_get_shared for details on shared references to