Commit 0f389adb authored by R Sundar's avatar R Sundar Committed by Christian Brauner

mm: Removed @freeptr_offset to prevent doc warning

Removed @freeptr_offset to fix below doc warning.
./mm/slab_common.c:385: warning: Excess function parameter 'freeptr_offset' description in 'kmem_cache_create_usercopy'
Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202408292249.5oUpnCbS-lkp@intel.com/Signed-off-by: default avatarR Sundar <prosunofficial@gmail.com>
Link: https://lore.kernel.org/r/20240902020555.11506-1-prosunofficial@gmail.comSigned-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent dfdc8d25
......@@ -341,7 +341,6 @@ do_kmem_cache_create_usercopy(const char *name,
* for copying to userspace
* @name: A string which is used in /proc/slabinfo to identify this cache.
* @size: The size of objects to be created in this cache.
* @freeptr_offset: Custom offset for the free pointer in RCU caches
* @align: The required alignment for the objects.
* @flags: SLAB flags
* @useroffset: Usercopy region offset
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment