[merged mm-nonmm-stable] llist-use-correct-function-parameter-name.patch removed from -mm tree
Andrew Morton <[email protected]> Mon, 03 Aug 2026 21:05:57 -0700
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: llist: use correct function parameter name
has been removed from the -mm tree. Its filename was
llist-use-correct-function-parameter-name.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Randy Dunlap <[email protected]>
Subject: llist: use correct function parameter name
Date: Thu, 23 Jul 2026 09:51:13 -0700
Correct the function parameter name to avoid kernel-doc warnings:
Warning: ./include/linux/llist.h:71 function parameter 'list' not described in 'init_llist_head'
Warning: ./include/linux/llist.h:71 Excess function parameter 'head' description in 'init_llist_head'
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
include/linux/llist.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/linux/llist.h~llist-use-correct-function-parameter-name
+++ a/include/linux/llist.h
@@ -66,7 +66,7 @@ struct llist_node {
/**
* init_llist_head - initialize lock-less list head
- * @head: the head for your lock-less list
+ * @list: the head for your lock-less list
*/
static inline void init_llist_head(struct llist_head *list)
{
_
Patches currently in -mm which might be from [email protected] are