diff mbox series

padata: Remove comment for reorder_work

Message ID aE_YGbugmAlKk2tC@gondor.apana.org.au
State New
Headers show
Series padata: Remove comment for reorder_work | expand

Commit Message

Herbert Xu June 16, 2025, 8:38 a.m. UTC
On Mon, Jun 16, 2025 at 03:31:34PM +1000, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the crypto tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> include/linux/padata.h:104: warning: Excess struct member 'reorder_work' description in 'parallel_data'
> 
> Introduced by commit
> 
>   71203f68c774 ("padata: Fix pd UAF once and for all")

Thanks for the report Stephen!

---8<---
Remove comment for reorder_work which no longer exists.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 71203f68c774 ("padata: Fix pd UAF once and for all")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
diff mbox series

Patch

diff --git a/include/linux/padata.h b/include/linux/padata.h
index b486c7359de2..765f2778e264 100644
--- a/include/linux/padata.h
+++ b/include/linux/padata.h
@@ -90,7 +90,6 @@  struct padata_cpumask {
  * @processed: Number of already processed objects.
  * @cpu: Next CPU to be processed.
  * @cpumask: The cpumasks in use for parallel and serial workers.
- * @reorder_work: work struct for reordering.
  */
 struct parallel_data {
 	struct padata_shell		*ps;