drm/nouveau/gr/gf100: don't misuse kernel-doc comments
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 31 Dec 2023 23:36:32 +0000 (15:36 -0800)
committerDanilo Krummrich <dakr@redhat.com>
Mon, 8 Jan 2024 17:37:52 +0000 (18:37 +0100)
commitce6106ffa9f4ddc3757dd9ad1be321e8b8b3278e
treec540c9dc00fb74bfb5ae0f6f379e7897121a7261
parent607a9b29ef813f95c8879a45bfb7401ba7df48b5
drm/nouveau/gr/gf100: don't misuse kernel-doc comments

Change kernel-doc "/**" comments to common "/*" comments to prevent
kernel-doc warnings:

gf100.c:1044: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * Wait until GR goes idle. GR is considered idle if it is disabled by the
gf100.c:1044: warning: missing initial short description on line:
 * Wait until GR goes idle. GR is considered idle if it is disabled by the

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Karol Herbst <kherbst@redhat.com>
Cc: Lyude Paul <lyude@redhat.com>
Cc: Danilo Krummrich <dakr@redhat.com>
Cc: nouveau@lists.freedesktop.org
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231231233633.6596-3-rdunlap@infradead.org
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c