Skip to content

Commit c65f633

Browse files
authored
Merge pull request #295 from EricccTaiwan/fix-1
Remove duplicate word in IRQ flag comment
2 parents c2162ec + f68ceb9 commit c65f633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ \subsection{Interrupt Handlers}
19871987
For example, use \cpp|IRQF_SHARED| to indicate you are willing to share the IRQ with other interrupt handlers (usually because a number of hardware devices sit on the same IRQ); use the \cpp|IRQF_ONESHOT| to indicate that the IRQ is not reenabled after the handler finished.
19881988
It should be noted that in some materials, you may encounter another set of IRQ flags named with the \cpp|SA| prefix.
19891989
For example, the \cpp|SA_SHIRQ| and the \cpp|SA_INTERRUPT|.
1990-
Those are the the IRQ flags in the older kernels.
1990+
Those are the IRQ flags in the older kernels.
19911991
They have been removed completely.
19921992
Today only the \cpp|IRQF| flags are in use.
19931993
This function will only succeed if there is not already a handler on this IRQ, or if you are both willing to share.

0 commit comments

Comments
 (0)