]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/nouveau: refine the variable names in r535_gsp_msg_recv()
authorZhi Wang <zhiw@nvidia.com>
Fri, 24 Jan 2025 18:29:53 +0000 (10:29 -0800)
committerDanilo Krummrich <dakr@kernel.org>
Fri, 24 Jan 2025 23:55:10 +0000 (00:55 +0100)
commit462445045269b2d31966b31ae5a73519d634cf16
treece22281c8bd5b7ecf1eab444475337cf0ba10466
parent0268040b9c570c8fc328d3e0ea60da2e068fb76b
drm/nouveau: refine the variable names in r535_gsp_msg_recv()

The variable "msg" in r535_gsp_msg_recv() actually means the GSP RPC.

Refine the names to align with the terms in the kernel doc.

No functional change is intended.

Signed-off-by: Zhi Wang <zhiw@nvidia.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250124182958.2040494-11-zhiw@nvidia.com
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c