Message ID | 20190620193523.GA17374@ahmlpt0706 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Fix coding style issues | expand |
diff --git a/drivers/firmware/qcom_scm-64.c b/drivers/firmware/qcom_scm-64.c index 986aa3184fd9..27cab1f26197 100644 --- a/drivers/firmware/qcom_scm-64.c +++ b/drivers/firmware/qcom_scm-64.c @@ -72,7 +72,7 @@ static DEFINE_MUTEX(qcom_scm_lock); * * Sends a command to the SCM and waits for the command to finish processing. * This should *only* be called in pre-emptible context. -*/ + */ static int qcom_scm_call(struct device *dev, u32 svc_id, u32 cmd_id, const struct qcom_scm_desc *desc, struct arm_smccc_res *res)
This patch fixes below checkpatch warning. "WARNING: Block comments should align the * on each line" Signed-off-by: Saiyam Doshi <saiyamdoshi.in@gmail.com> --- drivers/firmware/qcom_scm-64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)