瀏覽代碼

rtc: remove irq_task from kerneldoc

Stale mentions of irq_task are left in the kerneldoc after its removal.
Remove them.

There is still one indirect mention left but commit 3c8bb90efb6e ("rtc: Fix
hrtimer deadlock") can probably be reverted now.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Alexandre Belloni 7 年之前
父節點
當前提交
f1c8bc332e
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      drivers/rtc/interface.c

+ 0 - 3
drivers/rtc/interface.c

@@ -596,7 +596,6 @@ EXPORT_SYMBOL_GPL(rtc_update_irq_enable);
  * This function is called when an AIE, UIE or PIE mode interrupt
  * This function is called when an AIE, UIE or PIE mode interrupt
  * has occurred (or been emulated).
  * has occurred (or been emulated).
  *
  *
- * Triggers the registered irq_task function callback.
  */
  */
 void rtc_handle_legacy_irq(struct rtc_device *rtc, int num, int mode)
 void rtc_handle_legacy_irq(struct rtc_device *rtc, int num, int mode)
 {
 {
@@ -741,7 +740,6 @@ static int rtc_update_hrtimer(struct rtc_device *rtc, int enabled)
 /**
 /**
  * rtc_irq_set_state - enable/disable 2^N Hz periodic IRQs
  * rtc_irq_set_state - enable/disable 2^N Hz periodic IRQs
  * @rtc: the rtc device
  * @rtc: the rtc device
- * @task: currently registered with rtc_irq_register()
  * @enabled: true to enable periodic IRQs
  * @enabled: true to enable periodic IRQs
  * Context: any
  * Context: any
  *
  *
@@ -764,7 +762,6 @@ int rtc_irq_set_state(struct rtc_device *rtc, int enabled)
 /**
 /**
  * rtc_irq_set_freq - set 2^N Hz periodic IRQ frequency for IRQ
  * rtc_irq_set_freq - set 2^N Hz periodic IRQ frequency for IRQ
  * @rtc: the rtc device
  * @rtc: the rtc device
- * @task: currently registered with rtc_irq_register()
  * @freq: positive frequency
  * @freq: positive frequency
  * Context: any
  * Context: any
  *
  *