]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: Fix the documentation of request_percpu_irq
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 25 Sep 2015 16:09:32 +0000 (18:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 18:51:40 +0000 (11:51 -0700)
commit901a9d03c94cbd88f5a26738a79ffe790699eb46
tree8dccf5bc50af2e9223be830f740dc2c986613ce2
parentd51040cd3078d2525182394a5b3d459afbbee791
genirq: Fix the documentation of request_percpu_irq

The documentation of request_percpu_irq is confusing and suggest that the
interrupt is not enabled at all, while it is actually enabled on the local
CPU.

Clarify that.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
kernel/irq/manage.c