From b3ba217d4f52974236bea9a52a4debaba3b061cc Mon Sep 17 00:00:00 2001 From: Aswin Venkatesan Date: Wed, 22 Oct 2025 14:41:07 +0200 Subject: [PATCH] accel/qaic: Fix comment Replace the word "Qranium" with "qaic" in the function parameter description. Signed-off-by: Aswin Venkatesan Signed-off-by: Youssef Samir Reviewed-by: Carl Vanderlip Reviewed-by: Jeff Hugo [jhugo: adjust word wrapping in commit text] Signed-off-by: Jeff Hugo Link: https://patch.msgid.link/20251022124107.3712466-1-youssef.abdulrahman@oss.qualcomm.com --- drivers/accel/qaic/qaic_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/accel/qaic/qaic_data.c b/drivers/accel/qaic/qaic_data.c index 703ef0ce9da17..fa723a2bdfa91 100644 --- a/drivers/accel/qaic/qaic_data.c +++ b/drivers/accel/qaic/qaic_data.c @@ -1959,7 +1959,7 @@ int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) * enable_dbc - Enable the DBC. DBCs are disabled by removing the context of * user. Add user context back to DBC to enable it. This function trusts the * DBC ID passed and expects the DBC to be disabled. - * @qdev: Qranium device handle + * @qdev: qaic device handle * @dbc_id: ID of the DBC * @usr: User context */ -- 2.47.3