diff options
author | Peter Rosin <peda@axentia.se> | 2022-01-07 08:44:38 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-04 15:47:12 +0100 |
commit | f22d1117b9c3e2e3c176b8814dbbbc8cfffad4fa (patch) | |
tree | 415a271bd78e7e9dc780c79da5cd6c973ed209f2 | |
parent | 6632866df852bd0907f67ff7db5cbdb448f6ae16 (diff) | |
download | linux-stable-f22d1117b9c3e2e3c176b8814dbbbc8cfffad4fa.tar.gz linux-stable-f22d1117b9c3e2e3c176b8814dbbbc8cfffad4fa.tar.bz2 linux-stable-f22d1117b9c3e2e3c176b8814dbbbc8cfffad4fa.zip |
mux: fix grammar, missing "is".
This makes it easier to parse.
Signed-off-by: Peter Rosin <peda@axentia.se>
Link: https://lore.kernel.org/r/75067db8-0264-c49c-daa8-d7a877932711@axentia.se
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/mux/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mux/core.c b/drivers/mux/core.c index 5cf2124fa55b..1a76a536d4b1 100644 --- a/drivers/mux/core.c +++ b/drivers/mux/core.c @@ -416,7 +416,7 @@ EXPORT_SYMBOL_GPL(mux_state_select_delay); * @delay_us: The time to delay (in microseconds) if the mux state is changed. * * On successfully selecting the mux-control state, it will be locked until - * mux_control_deselect() called. + * mux_control_deselect() is called. * * Therefore, make sure to call mux_control_deselect() when the operation is * complete and the mux-control is free for others to use, but do not call |