]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fork: reorder function qualifiers for copy_clone_args_from_user
authorDishank Jogi <dishank.jogi@siqol.com>
Wed, 16 Jul 2025 09:35:25 +0000 (15:05 +0530)
committerKees Cook <kees@kernel.org>
Thu, 17 Jul 2025 23:37:05 +0000 (16:37 -0700)
commit7f71195c15dcf5f34c4c7f056603659374e3a525
tree26164b83bd02700eec23164fa7cc488a4258633b
parent8030790477e839b94a10032c490132e47926cb02
fork: reorder function qualifiers for copy_clone_args_from_user

Change the order of function qualifiers from 'noinline static' to 'static noinline'
in copy_clone_args_from_user for consistency with kernel coding style.

No functional change intended. The goal is to improve readability and
maintain consistent ordering of qualifiers across the codebase.

Signed-off-by: Dishank Jogi <dishank.jogi@siqol.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Link: https://lore.kernel.org/r/20250716093525.449994-1-dishank.jogi@siqol.com
Signed-off-by: Kees Cook <kees@kernel.org>
kernel/fork.c