]> Git Repo - J-linux.git/commitdiff
soc: qcom: rpmh-rsc: Fix typo in a comment
authorJason Wang <[email protected]>
Sat, 11 Dec 2021 09:06:26 +0000 (17:06 +0800)
committerBjorn Andersson <[email protected]>
Tue, 21 Dec 2021 01:10:11 +0000 (19:10 -0600)
The double `for' in the comment in line 694 is repeated. Remove one
of them from the comment.

Signed-off-by: Jason Wang <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
drivers/soc/qcom/rpmh-rsc.c

index 3a12a482f6b2fca84c76f1da50ed9c9ac7265333..01c2f50cb97ef31f463a2f27e24a370af66284ec 100644 (file)
@@ -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
This page took 0.05219 seconds and 4 git commands to generate.