• Randy Dunlap's avatar
    drm/amd/display: dmub_replay: don't use kernel-doc markers · 56dd5140
    Randy Dunlap authored
    These functions don't use kernel-doc notation for comments so
    don't begin each comment block with the "/**" kernel-doc marker.
    
    This prevents a bunch of kernel-doc warnings:
    
    dmub_replay.c:37: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    dmub_replay.c:37: warning: missing initial short description on line:
     * Get Replay state from firmware.
    dmub_replay.c:66: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    dmub_replay.c:66: warning: missing initial short description on line:
     * Enable/Disable Replay.
    dmub_replay.c:116: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    dmub_replay.c:116: warning: missing initial short description on line:
     * Set REPLAY power optimization flags.
    dmub_replay.c:134: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    dmub_replay.c:134: warning: missing initial short description on line:
     * Setup Replay by programming phy registers and sending replay hw context values to firmware.
    and 10 more similar warnings.
    
    Fixes: c7ddc0a8 ("drm/amd/display: Add Functions to enable Freesync Panel Replay")
    Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
    Reported-by: default avatarkernel test robot <lkp@intel.com>
    Link: lore.kernel.org/r/202308081459.US5rLYAY-lkp@intel.com
    Cc: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
    Cc: Harry Wentland <harry.wentland@amd.com>
    Cc: Alex Deucher <alexander.deucher@amd.com>
    Cc: Leo Li <sunpeng.li@amd.com>
    Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
    Cc: amd-gfx@lists.freedesktop.org
    Cc: Christian König <christian.koenig@amd.com>
    Cc: "Pan, Xinhui" <Xinhui.Pan@amd.com>
    Cc: dri-devel@lists.freedesktop.org
    Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
    56dd5140
dmub_replay.c 9.61 KB