]> git.ipfire.org Git - thirdparty/linux.git/commit
fixp-arith: convert comments to kernel-doc format
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 31 Jul 2026 05:06:25 +0000 (22:06 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 3 Aug 2026 02:25:47 +0000 (19:25 -0700)
commit4c77b45fa23015d41d7401f684bc22ca585b41fe
tree593f793e0ab1cbfcc694220d387449cc81f3db35
parent296736076b3fd078742651c719555a488624023a
fixp-arith: convert comments to kernel-doc format

Insert a hyphen ('-') in 2 places to prevent kernel-doc warnings:

Warning: include/linux/fixp-arith.h:42 This comment starts with '/**',
 but isn't a kernel-doc comment.
 * __fixp_sin32() returns the sin of an angle in degrees
Warning: include/linux/fixp-arith.h:66 This comment starts with '/**',
 but isn't a kernel-doc comment.
 * fixp_sin32() returns the sin of an angle in degrees

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260731050625.455556-1-rdunlap@infradead.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
include/linux/fixp-arith.h