lkml.org 
[lkml]   [2017]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 03/25] hrtimer: Fix kerneldoc for struct hrtimer_cpu_base
    From: Anna-Maria Gleixner <anna-maria@linutronix.de>

    The sequence '/**' marks the start of a struct description. Add the
    missing second asterisk. While at it adapt the ordering of the struct
    members to the struct definition and document the purpose of
    expires_next more precisely.

    Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
    ---
    include/linux/hrtimer.h | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    --- a/include/linux/hrtimer.h
    +++ b/include/linux/hrtimer.h
    @@ -144,7 +144,7 @@ enum hrtimer_base_type {
    HRTIMER_MAX_CLOCK_BASES,
    };

    -/*
    +/**
    * struct hrtimer_cpu_base - the per cpu clock bases
    * @lock: lock protecting the base and associated clock bases
    * and timers
    @@ -155,12 +155,12 @@ enum hrtimer_base_type {
    * @clock_was_set_seq: Sequence counter of clock was set events
    * @migration_enabled: The migration of hrtimers to other cpus is enabled
    * @nohz_active: The nohz functionality is enabled
    - * @expires_next: absolute time of the next event which was scheduled
    - * via clock_set_next_event()
    - * @next_timer: Pointer to the first expiring timer
    * @in_hrtirq: hrtimer_interrupt() is currently executing
    * @hres_active: State of high resolution mode
    * @hang_detected: The last hrtimer interrupt detected a hang
    + * @expires_next: absolute time of the next event, is required for remote
    + * hrtimer enqueue
    + * @next_timer: Pointer to the first expiring timer
    * @nr_events: Total number of hrtimer interrupt events
    * @nr_retries: Total number of hrtimer interrupt retries
    * @nr_hangs: Total number of hrtimer interrupt hangs

    \
     
     \ /
      Last update: 2017-08-31 14:30    [W:4.758 / U:0.732 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site