aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang wangx <[email protected]>2022-06-04 22:23:27 +0800
committerBjorn Andersson <[email protected]>2022-06-30 22:00:27 -0500
commita3e7259f9ebe04054dc202b9b9f887abf3e4b12a (patch)
tree8efcc8b9d8a2e1bc03d27591d790a4bb033c6fc4
parent92a563fcf14b3093226fb36f12e9b5cf630c5a5d (diff)
soc: qcom: llcc: Fix syntax errors in comments
Delete the redundant word 'and'. Signed-off-by: Xiang wangx <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/soc/qcom/llcc-qcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/llcc-qcom.c b/drivers/soc/qcom/llcc-qcom.c
index 4b143cf7b4ce..38d7296315a2 100644
--- a/drivers/soc/qcom/llcc-qcom.c
+++ b/drivers/soc/qcom/llcc-qcom.c
@@ -382,7 +382,7 @@ static struct llcc_drv_data *drv_data = (void *) -EPROBE_DEFER;
* llcc_slice_getd - get llcc slice descriptor
* @uid: usecase_id for the client
*
- * A pointer to llcc slice descriptor will be returned on success and
+ * A pointer to llcc slice descriptor will be returned on success
* and error pointer is returned on failure
*/
struct llcc_slice_desc *llcc_slice_getd(u32 uid)