]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
driver core: Fix order of the kernel-doc parameters
authorGil Fine <gil.fine@linux.intel.com>
Sun, 31 Aug 2025 19:49:30 +0000 (22:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Sep 2025 17:52:25 +0000 (19:52 +0200)
commit716cec5fc92f6d4090a54ddb01042bce02b3c771
tree829d1c2b31f88288da7e82ad0975be58cced42b2
parenta86537ad21c7ba587241b0dcdd186f894a69fac7
driver core: Fix order of the kernel-doc parameters

Fix the order of the kernel-doc parameters in device_find_child() and
device_for_each_child*() functions to match the actual functions signature.

No functional changes.

Signed-off-by: Gil Fine <gil.fine@linux.intel.com>
Link: https://lore.kernel.org/r/20250831194930.2063390-1-gil.fine@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c