irq_domain: correct the debugfs file name
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 10 Apr 2012 12:25:42 +0000 (15:25 +0300)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 11 Apr 2012 04:39:17 +0000 (22:39 -0600)
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>
kernel/irq/Kconfig

index cf1a4a6..d1a758b 100644 (file)
@@ -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.