From: tip-bot for Mika Westerberg <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: mingo@kernel.org, jiang.liu@linux.intel.com, tglx@linutronix.de,
hpa@zytor.com, linux-kernel@vger.kernel.org,
mika.westerberg@linux.intel.com
Subject: [tip:irq/core] genirq: Fix typo in documentation of enumeration field name
Date: Thu, 1 Oct 2015 08:30:31 -0700 [thread overview]
Message-ID: <tip-92068d17c20b218bf1e24505a3e08495476b0ebf@git.kernel.org> (raw)
In-Reply-To: <1443704093-36837-1-git-send-email-mika.westerberg@linux.intel.com>
Commit-ID: 92068d17c20b218bf1e24505a3e08495476b0ebf
Gitweb: http://git.kernel.org/tip/92068d17c20b218bf1e24505a3e08495476b0ebf
Author: Mika Westerberg <mika.westerberg@linux.intel.com>
AuthorDate: Thu, 1 Oct 2015 15:54:52 +0300
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 1 Oct 2015 17:28:28 +0200
genirq: Fix typo in documentation of enumeration field name
It should say IRQ_NESTED_THREAD instead of IRQ_NESTED_TRHEAD.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Link: http://lkml.kernel.org/r/1443704093-36837-1-git-send-email-mika.westerberg@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
include/linux/irq.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 45cc729..7038f38 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -67,7 +67,7 @@ enum irqchip_irq_state;
* request/setup_irq()
* IRQ_NO_BALANCING - Interrupt cannot be balanced (affinity set)
* IRQ_MOVE_PCNTXT - Interrupt can be migrated from process context
- * IRQ_NESTED_TRHEAD - Interrupt nests into another thread
+ * IRQ_NESTED_THREAD - Interrupt nests into another thread
* IRQ_PER_CPU_DEVID - Dev_id is a per-cpu variable
* IRQ_IS_POLLED - Always polled by another interrupt. Exclude
* it from the spurious interrupt detection
prev parent reply other threads:[~2015-10-01 15:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-01 12:54 [PATCH 1/2] " Mika Westerberg
2015-10-01 12:54 ` [PATCH 2/2] genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress() Mika Westerberg
2015-10-01 15:30 ` [tip:irq/core] genirq: Remove unused functions irqd_[set|clr] _chained_irq_inprogress() tip-bot for Mika Westerberg
2015-10-01 15:30 ` tip-bot for Mika Westerberg [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-92068d17c20b218bf1e24505a3e08495476b0ebf@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hpa@zytor.com \
--cc=jiang.liu@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mika.westerberg@linux.intel.com \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome