]> git.baikalelectronics.ru Git - kernel.git/commit
kernel: acct.c: fix some kernel-doc nits
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 16 Oct 2020 03:10:31 +0000 (20:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:19 +0000 (11:11 -0700)
commit4ae5badf77f5c8ab017a6bee978096f0a823d0ed
tree6a9e62c4c462c65aa4410b4ac1d2fd2d634d2fdc
parent64cec194a5ab5fcfdb8be1ba6534f4af17b4ce34
kernel: acct.c: fix some kernel-doc nits

Fix kernel-doc notation to use the documented Returns: syntax and place
the function description for acct_process() on the first line where it
should be.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Link: https://lkml.kernel.org/r/b4c33e5d-98e8-0c47-77b6-ac1859f94d7f@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/acct.c