diff mbox series

[2/2] drivers: firmware: qcom: fix block comment style issue

Message ID 20190620193523.GA17374@ahmlpt0706 (mailing list archive)
State New, archived
Headers show
Series Fix coding style issues | expand

Commit Message

Saiyam Doshi June 20, 2019, 7:35 p.m. UTC
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(-)
diff mbox series

Patch

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)