]> git.baikalelectronics.ru Git - kernel.git/commit
futex: Fix kernel-doc notation & typos
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 13 Oct 2010 18:02:34 +0000 (11:02 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 14 Oct 2010 06:57:35 +0000 (08:57 +0200)
commit018ad7965e6cff1da53142d98002e8755c922f5e
treec085971506cf74f0580686e6ae8130f557a7cbfe
parent99fce3cfd6e99318cef7daac5f38572a1d43878f
futex: Fix kernel-doc notation & typos

Convert futex_requeue() function parameters to use @name
kernel-doc notation and add @fshared & @cmpval to prevent
kernel-doc warnings.

Add @list to struct futex_q.

Fix a few typos.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
LKML-Reference: <20101013110234.89b06043.randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/futex.c