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 <[email protected]> Signed-off-by: Matt Roper <[email protected]> Reviewed-by: Balasubramani Vivekanandan <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit 03b713d) Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent 66efff5 commit 2c1da39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)