Skip to content

Commit 2c1da39

Browse files
mattroperodrigovivi
authored andcommitted
drm/i915/gt: Correct kerneldoc for intel_gt_mcr_wait_for_reg()
The kerneldoc function name was not updated when this function was converted to a non-fw form. Fixes: 41f425a ("drm/i915/gt: Manage uncore->lock while waiting on MCR register") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221128233014.4000136-2-matthew.d.roper@intel.com (cherry picked from commit 03b713d) Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent 66efff5 commit 2c1da39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/i915/gt/intel_gt_mcr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ void intel_gt_mcr_get_ss_steering(struct intel_gt *gt, unsigned int dss,
702702
}
703703

704704
/**
705-
* intel_gt_mcr_wait_for_reg_fw - wait until MCR register matches expected state
705+
* intel_gt_mcr_wait_for_reg - wait until MCR register matches expected state
706706
* @gt: GT structure
707707
* @reg: the register to read
708708
* @mask: mask to apply to register value

0 commit comments

Comments
 (0)