]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/nouveau: rename "argc" to what it represents in GSP RPC routines
authorZhi Wang <zhiw@nvidia.com>
Fri, 24 Jan 2025 18:29:49 +0000 (10:29 -0800)
committerDanilo Krummrich <dakr@kernel.org>
Fri, 24 Jan 2025 23:55:10 +0000 (00:55 +0100)
commitbda6fe811fba6742c4ec2f3c0a962b02d7d6e87f
tree0831b90b8a4f270fb730ea1f6990b680c3225b5a
parent0c2f211b66051f97f8e3628be3a486a5841aa1b8
drm/nouveau: rename "argc" to what it represents in GSP RPC routines

The name "argc" has different meanings in different functions.

To improve the readability, it's better to refine it to a name that
reflects what it represents.

Rename "argc" to what it represents. Add terms in the decoder section to
explain their meaning.

No functional change is intended.

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