]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit93b9bbcdbc3cfca73ef447a651f88b145011310d
treea0c0fbca6fee7ba2660c2f030c15b274f198930c
parentf58062c735af6f9d76863ffd695801ab08e875aa
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