diff options
author | Martin Waitz <tali@admingilde.org> | 2006-04-02 13:59:55 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-04-02 13:59:55 +0200 |
commit | a580290c3e64bb695158a090d02d1232d9609311 (patch) | |
tree | 70f29239b9a206a9afb77ddff35fc47b5b248866 /include | |
parent | 5d9428de1a9785f10a4339f80b717be665ba51c7 (diff) | |
download | linux-stable-a580290c3e64bb695158a090d02d1232d9609311.tar.gz linux-stable-a580290c3e64bb695158a090d02d1232d9609311.tar.bz2 linux-stable-a580290c3e64bb695158a090d02d1232d9609311.zip |
Documentation: fix minor kernel-doc warnings
This patch updates the comments to match the actual code.
Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hrtimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index b20939287613..306acf1dc6d5 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -80,7 +80,7 @@ struct hrtimer_sleeper { * @first: pointer to the timer node which expires first * @resolution: the resolution of the clock, in nanoseconds * @get_time: function to retrieve the current time of the clock - * @get_sofirq_time: function to retrieve the current time from the softirq + * @get_softirq_time: function to retrieve the current time from the softirq * @curr_timer: the timer which is executing a callback right now * @softirq_time: the time when running the hrtimer queue in the softirq */ |