浏览代码

irq_domain: correct the debugfs file name

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>
Mika Westerberg 13 年之前
父节点
当前提交
ac5830a33f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/irq/Kconfig

+ 1 - 1
kernel/irq/Kconfig

@@ -62,7 +62,7 @@ config IRQ_DOMAIN_DEBUG
 	help
 	help
 	  This option will show the mapping relationship between hardware irq
 	  This option will show the mapping relationship between hardware irq
 	  numbers and Linux irq numbers. The mapping is exposed via debugfs
 	  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.
 	  If you don't know what this means you don't need it.