[PATCH] Documentation for lock_key in struct hrtimer_base

Fixes an error message on make xmldocs.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Henrik Kretzschmar and committed by Linus Torvalds 6dba2837 fc47e7b5

+1
+1
include/linux/hrtimer.h
··· 80 * @get_softirq_time: function to retrieve the current time from the softirq 81 * @curr_timer: the timer which is executing a callback right now 82 * @softirq_time: the time when running the hrtimer queue in the softirq 83 */ 84 struct hrtimer_base { 85 clockid_t index;
··· 80 * @get_softirq_time: function to retrieve the current time from the softirq 81 * @curr_timer: the timer which is executing a callback right now 82 * @softirq_time: the time when running the hrtimer queue in the softirq 83 + * @lock_key: the lock_class_key for use with lockdep 84 */ 85 struct hrtimer_base { 86 clockid_t index;