Pull request doc-2022-04-rc1

Replace @return by Return: in code comments.
This commit is contained in:
Tom Rini
2022-01-20 09:39:45 -05:00
524 changed files with 2505 additions and 2505 deletions

View File

@@ -30,7 +30,7 @@ struct irq_action {
* @param irq IRQ number
* @param hdlr Interrupt handler rutine
* @param arg Pointer to argument which is passed to int. handler rutine
* @return 0 if registration pass, 1 if unregistration pass,
* Return: 0 if registration pass, 1 if unregistration pass,
* or an error code < 0 otherwise
*/
int install_interrupt_handler(int irq, interrupt_handler_t *hdlr,