]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipc/util.c: complete the kernel-doc function descriptions
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 11 Jan 2025 06:29:05 +0000 (22:29 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 25 Jan 2025 06:47:27 +0000 (22:47 -0800)
commitcb7c77e9c06a583a2e843554a7ef61c1f1af13f4
tree66663e5ff6c5f62d4cab7bb8fd28040517b6d7ba
parent9c9ce355b1013a7ef37c06007cb8d714eaf4c303
ipc/util.c: complete the kernel-doc function descriptions

Move the function descriptive comments so that they conform to
kernel-doc format, eliminating the kernel-doc warnings.

util.c:618: warning: missing initial short description on line:
 * ipc_obtain_object_idr
util.c:640: warning: missing initial short description on line:
 * ipc_obtain_object_check

Link: https://lkml.kernel.org/r/20250111062905.910576-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
ipc/util.c