* [PATCH] drm/xe: fix kernel-doc function name mismatch in xe_pm.c
@ 2025-11-10 18:42 Kriish Sharma
2025-11-10 19:02 ` Rodrigo Vivi
2025-11-17 13:24 ` ✗ LGCI.VerificationFailed: failure for " Patchwork
0 siblings, 2 replies; 3+ messages in thread
From: Kriish Sharma @ 2025-11-10 18:42 UTC (permalink / raw)
To: lucas.demarchi, thomas.hellstrom, rodrigo.vivi, airlied, simona
Cc: intel-xe, dri-devel, linux-kernel, Kriish Sharma,
kernel test robot
Documentation build reported:
WARNING: ./drivers/gpu/drm/xe/xe_pm.c:131 expecting prototype for xe_pm_might_block_on_suspend(). Prototype was for xe_pm_block_on_suspend() instead
The kernel-doc comment for xe_pm_block_on_suspend() incorrectly used
the function name xe_pm_might_block_on_suspend(). Fix the header to
match the actual function prototype.
No functional changes.
Fixes: f73f6dd312a5 ("drm/xe/pm: Add lockdep annotation for the pm_block completion")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202511061736.CiuroL7H-lkp@intel.com/
Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
---
drivers/gpu/drm/xe/xe_pm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/xe/xe_pm.c b/drivers/gpu/drm/xe/xe_pm.c
index 7b089e6fb63f..44924512830f 100644
--- a/drivers/gpu/drm/xe/xe_pm.c
+++ b/drivers/gpu/drm/xe/xe_pm.c
@@ -112,7 +112,7 @@ void xe_pm_might_block_on_suspend(void)
}
/**
- * xe_pm_might_block_on_suspend() - Block pending suspend.
+ * xe_pm_block_on_suspend() - Block pending suspend.
* @xe: The xe device about to be suspended.
*
* Block if the pm notifier has start evicting bos, to avoid
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/xe: fix kernel-doc function name mismatch in xe_pm.c
2025-11-10 18:42 [PATCH] drm/xe: fix kernel-doc function name mismatch in xe_pm.c Kriish Sharma
@ 2025-11-10 19:02 ` Rodrigo Vivi
2025-11-17 13:24 ` ✗ LGCI.VerificationFailed: failure for " Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Rodrigo Vivi @ 2025-11-10 19:02 UTC (permalink / raw)
To: Kriish Sharma
Cc: lucas.demarchi, thomas.hellstrom, airlied, simona, intel-xe,
dri-devel, linux-kernel, kernel test robot
On Mon, Nov 10, 2025 at 06:42:06PM +0000, Kriish Sharma wrote:
> Documentation build reported:
>
> WARNING: ./drivers/gpu/drm/xe/xe_pm.c:131 expecting prototype for xe_pm_might_block_on_suspend(). Prototype was for xe_pm_block_on_suspend() instead
>
> The kernel-doc comment for xe_pm_block_on_suspend() incorrectly used
> the function name xe_pm_might_block_on_suspend(). Fix the header to
> match the actual function prototype.
>
> No functional changes.
>
> Fixes: f73f6dd312a5 ("drm/xe/pm: Add lockdep annotation for the pm_block completion")
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202511061736.CiuroL7H-lkp@intel.com/
> Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
pushing soon to drm-xe-next
> ---
> drivers/gpu/drm/xe/xe_pm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_pm.c b/drivers/gpu/drm/xe/xe_pm.c
> index 7b089e6fb63f..44924512830f 100644
> --- a/drivers/gpu/drm/xe/xe_pm.c
> +++ b/drivers/gpu/drm/xe/xe_pm.c
> @@ -112,7 +112,7 @@ void xe_pm_might_block_on_suspend(void)
> }
>
> /**
> - * xe_pm_might_block_on_suspend() - Block pending suspend.
> + * xe_pm_block_on_suspend() - Block pending suspend.
> * @xe: The xe device about to be suspended.
> *
> * Block if the pm notifier has start evicting bos, to avoid
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* ✗ LGCI.VerificationFailed: failure for drm/xe: fix kernel-doc function name mismatch in xe_pm.c
2025-11-10 18:42 [PATCH] drm/xe: fix kernel-doc function name mismatch in xe_pm.c Kriish Sharma
2025-11-10 19:02 ` Rodrigo Vivi
@ 2025-11-17 13:24 ` Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2025-11-17 13:24 UTC (permalink / raw)
To: Kriish Sharma; +Cc: intel-xe
== Series Details ==
Series: drm/xe: fix kernel-doc function name mismatch in xe_pm.c
URL : https://patchwork.freedesktop.org/series/157666/
State : failure
== Summary ==
Address 'kriish.sharma2006@gmail.com' is not on the allowlist, which prevents CI from being triggered for this patch.
If you want Intel GFX CI to accept this address, please contact the script maintainers at i915-ci-infra@lists.freedesktop.org.
Exception occurred during validation, bailing out!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-17 13:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10 18:42 [PATCH] drm/xe: fix kernel-doc function name mismatch in xe_pm.c Kriish Sharma
2025-11-10 19:02 ` Rodrigo Vivi
2025-11-17 13:24 ` ✗ LGCI.VerificationFailed: failure for " Patchwork
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.