Skip to content

Commit c3cb47a

Browse files
rddunlappaulmckrcu
authored andcommitted
kernel/rcu/tree.c: Fix kernel-doc warnings
Fix kernel-doc warning: ../kernel/rcu/tree.c:959: warning: Excess function parameter 'irq' description in 'rcu_nmi_enter' Fixes: cf7614e ("rcu: Refactor rcu_{nmi,irq}_{enter,exit}()") Signed-off-by: Randy Dunlap <[email protected]> Cc: Byungchul Park <[email protected]> Cc: Joel Fernandes (Google) <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 7a0c2b0 commit c3cb47a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/rcu/tree.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,6 @@ void __rcu_irq_enter_check_tick(void)
954954

955955
/**
956956
* rcu_nmi_enter - inform RCU of entry to NMI context
957-
* @irq: Is this call from rcu_irq_enter?
958957
*
959958
* If the CPU was idle from RCU's viewpoint, update rdp->dynticks and
960959
* rdp->dynticks_nmi_nesting to let the RCU grace-period handling know

0 commit comments

Comments
 (0)