• Randy Dunlap's avatar
    drm/nouveau/disp: don't misuse kernel-doc comments · 648c3814
    Randy Dunlap authored
    Change kernel-doc "/**" comments to common "/*" comments to prevent
    kernel-doc warnings:
    
    crtc.c:453: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
     * Sets up registers for the given mode/adjusted_mode pair.
    crtc.c:453: warning: missing initial short description on line:
     * Sets up registers for the given mode/adjusted_mode pair.
    crtc.c:629: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
     * Sets up registers for the given mode/adjusted_mode pair.
    crtc.c:629: warning: missing initial short description on line:
     * Sets up registers for the given mode/adjusted_mode pair.
    Signed-off-by: default avatarRandy 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: default avatarDanilo Krummrich <dakr@redhat.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20231231233633.6596-1-rdunlap@infradead.org
    648c3814
crtc.c 41.8 KB