Skip to content

Commit 543d67d

Browse files
idoleatJonathan Corbet
authored andcommitted
docs: genericirq.rst: remove extra parenthesis in function definition
In the paragraph titled "Default flow implementations", the helper function definition (simplified excerpt) for noop(struct irq_data *data) had an extraneous closing parenthesis. This commit removes the unnecessary parenthesis, correcting the function definition. Signed-off-by: Chih-Wei Chien <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 27a0781 commit 543d67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/core-api/genericirq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ implemented (simplified excerpt)::
210210
}
211211
}
212212

213-
noop(struct irq_data *data))
213+
noop(struct irq_data *data)
214214
{
215215
}
216216

0 commit comments

Comments
 (0)