Skip to content

Commit

Permalink
irq_domain: correct the debugfs file name
Browse files Browse the repository at this point in the history
The actual name of the irq_domain mapping debugfs file is
"irq_domain_mapping" not "virq_mapping".

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Mika Westerberg authored and Grant Likely committed Apr 11, 2012
1 parent a699e4e commit ac5830a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/irq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ config IRQ_DOMAIN_DEBUG
help
This option will show the mapping relationship between hardware irq
numbers and Linux irq numbers. The mapping is exposed via debugfs
in the file "virq_mapping".
in the file "irq_domain_mapping".

If you don't know what this means you don't need it.

Expand Down

0 comments on commit ac5830a

Please sign in to comment.