commit | 6c23cbbd5056b155401b0a2b5567d530e6c750c4 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Tue Mar 05 10:00:24 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Mar 12 20:42:10 2013 -0700 |
tree | a0c0fbca6fee7ba2660c2f030c15b274f198930c | |
parent | 20f22ab42e9c832bde6e9a7ed04cdc73ec737e5b [diff] |
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>