提交 e1cd92da 编写于 作者: S Stephen Boyd 提交者: Bjorn Andersson

firmware: qcom_scm: Fix kernel-doc function names to match

These functions were renamed but the kernel doc didn't follow along. Fix
it.

Cc: Elliot Berman <eberman@codeaurora.org>
Cc: Brian Masney <masneyb@onstation.org>
Cc: Stephan Gerhold <stephan@gerhold.net>
Cc: Jeffrey Hugo <jhugo@codeaurora.org>
Cc: Douglas Anderson <dianders@chromium.org>
Fixes: 9a434cee ("firmware: qcom_scm: Dynamically support SMCCC and legacy conventions")
Signed-off-by: NStephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20210223214539.1336155-6-swboyd@chromium.orgSigned-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
上级 87abf2ba
...@@ -118,7 +118,7 @@ static void __scm_legacy_do(const struct arm_smccc_args *smc, ...@@ -118,7 +118,7 @@ static void __scm_legacy_do(const struct arm_smccc_args *smc,
} }
/** /**
* qcom_scm_call() - Sends a command to the SCM and waits for the command to * scm_legacy_call() - Sends a command to the SCM and waits for the command to
* finish processing. * finish processing.
* *
* A note on cache maintenance: * A note on cache maintenance:
...@@ -209,7 +209,7 @@ int scm_legacy_call(struct device *dev, const struct qcom_scm_desc *desc, ...@@ -209,7 +209,7 @@ int scm_legacy_call(struct device *dev, const struct qcom_scm_desc *desc,
(n & 0xf)) (n & 0xf))
/** /**
* qcom_scm_call_atomic() - Send an atomic SCM command with up to 5 arguments * scm_legacy_call_atomic() - Send an atomic SCM command with up to 5 arguments
* and 3 return values * and 3 return values
* @desc: SCM call descriptor containing arguments * @desc: SCM call descriptor containing arguments
* @res: SCM call return values * @res: SCM call return values
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册