]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/nouveau: fix typos in comments
authorMadhur Kumar <madhurkumar004@gmail.com>
Fri, 8 Aug 2025 07:38:40 +0000 (13:08 +0530)
committerDanilo Krummrich <dakr@kernel.org>
Sat, 9 Aug 2025 12:37:22 +0000 (14:37 +0200)
commit01c2afe7358385a5381835293dfb6901f11b1691
tree88855b90185a693d524d4dabd76798a69897779b
parentbb8aeaa3191b617c6faf8ae937252e059673b7ea
drm/nouveau: fix typos in comments

Fixed three spelling mistakes in nouveau_exec.c comments:
 - alloctor -> allocator
 - exectued -> executed
 - depent -> depend

No functional changes.

Fixes: b88baab82871 ("drm/nouveau: implement new VM_BIND uAPI")
Signed-off-by: Madhur Kumar <madhurkumar004@gmail.com>
Link: https://lore.kernel.org/r/20250808073840.376764-1-madhurkumar004@gmail.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
drivers/gpu/drm/nouveau/nouveau_exec.c