From: Aswin Venkatesan Date: Wed, 22 Oct 2025 12:41:07 +0000 (+0200) Subject: accel/qaic: Fix comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3ba217d4f52974236bea9a52a4debaba3b061cc;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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 */