diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2021-12-11 17:06:26 +0800 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-12-20 19:10:11 -0600 |
commit | e395f021ccebc239e4fec02fec47f5f0eef44ebd (patch) | |
tree | c7f68daa388c4eaafe138c4b0721cc4ffb79fe5b /drivers/soc/qcom/rpmh-rsc.c | |
parent | d39cec003ab0d6b91f9709c59daa6f0480d232e2 (diff) | |
download | linux-e395f021ccebc239e4fec02fec47f5f0eef44ebd.tar.gz linux-e395f021ccebc239e4fec02fec47f5f0eef44ebd.tar.bz2 linux-e395f021ccebc239e4fec02fec47f5f0eef44ebd.zip |
soc: qcom: rpmh-rsc: Fix typo in a comment
The double `for' in the comment in line 694 is repeated. Remove one
of them from the comment.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211211090626.248801-1-wangborong@cdjrlc.com
Diffstat (limited to 'drivers/soc/qcom/rpmh-rsc.c')
-rw-r--r-- | drivers/soc/qcom/rpmh-rsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/rpmh-rsc.c b/drivers/soc/qcom/rpmh-rsc.c index 3a12a482f6b2..01c2f50cb97e 100644 --- a/drivers/soc/qcom/rpmh-rsc.c +++ b/drivers/soc/qcom/rpmh-rsc.c @@ -691,7 +691,7 @@ static int find_slots(struct tcs_group *tcs, const struct tcs_request *msg, * @drv: The controller. * @msg: The data to be written to the controller. * - * This should only be called for for sleep/wake state, never active-only + * This should only be called for sleep/wake state, never active-only * state. * * The caller must ensure that no other RPMH actions are happening and the |