futex: fix kernel-doc notation and spello
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 5 Mar 2013 18:00:24 +0000 (10:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Mar 2013 03:42:10 +0000 (20:42 -0700)
commit6c23cbbd5056b155401b0a2b5567d530e6c750c4
treea0c0fbca6fee7ba2660c2f030c15b274f198930c
parent20f22ab42e9c832bde6e9a7ed04cdc73ec737e5b
futex: fix kernel-doc notation and spello

Fix kernel-doc warning in futex.c and convert 'Returns' to the new Return:
kernel-doc notation format.

  Warning(kernel/futex.c:2286): Excess function parameter 'clockrt' description in 'futex_wait_requeue_pi'

Fix one spello.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/futex.c