From: Herbert Xu Date: Mon, 16 Jun 2025 08:38:49 +0000 (+0800) Subject: padata: Remove comment for reorder_work X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a0302e7167d0b7c6cde56613db3748f8dd806d;p=thirdparty%2Flinux.git padata: Remove comment for reorder_work Remove comment for reorder_work which no longer exists. Reported-by: Stephen Rothwell Fixes: 71203f68c774 ("padata: Fix pd UAF once and for all") Signed-off-by: Herbert Xu --- diff --git a/include/linux/padata.h b/include/linux/padata.h index b486c7359de2b..765f2778e264a 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;