]> www.infradead.org Git - users/dwmw2/linux.git/commit
docs: genericirq.rst: remove extra parenthesis in function definition
authorChih-Wei Chien <idoleat@taiker.tw>
Wed, 19 Jun 2024 16:00:57 +0000 (00:00 +0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 26 Jun 2024 23:14:49 +0000 (17:14 -0600)
commit543d67deb54ac71b8f6833693645885eb616387d
tree342d260ea40c76a123ce247f1b0fd1b43c0b8962
parent27a0781a31ef8ed5c98a6b59db4349b0f8a57a41
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 <idoleat@taiker.tw>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240619160057.128208-1-idoleat@taiker.tw
Documentation/core-api/genericirq.rst