]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
idr: fix param name in idr_alloc_cyclic() doc
authorAriel Marcovitch <arielmarcovitch@gmail.com>
Sat, 26 Aug 2023 17:33:17 +0000 (20:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Sep 2023 10:22:59 +0000 (12:22 +0200)
commitfcfb5842ef9c537d8b15cbc9307bc6d7edfd9103
treedb17991bd789892b887f6c33a715d7a79a852175
parent131cd74a8e38d75239f2c81dfee53d6554eb8bf8
idr: fix param name in idr_alloc_cyclic() doc

[ Upstream commit 2a15de80dd0f7e04a823291aa9eb49c5294f56af ]

The relevant parameter is 'start' and not 'nextid'

Fixes: 460488c58ca8 ("idr: Remove idr_alloc_ext")
Signed-off-by: Ariel Marcovitch <arielmarcovitch@gmail.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
lib/idr.c