Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1594297 > unrolled thread

[PATCH] panic: fix typo "notewortht" -> "noteworthy" in kerneldoc comment

Started byTobias Klauser <tklauser@distanz.ch>
First post2017-03-07 15:50 +0100
Last post2017-03-07 15:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] panic: fix typo "notewortht" -> "noteworthy" in kerneldoc comment Tobias Klauser <tklauser@distanz.ch> - 2017-03-07 15:50 +0100

#1594297 — [PATCH] panic: fix typo "notewortht" -> "noteworthy" in kerneldoc comment

FromTobias Klauser <tklauser@distanz.ch>
Date2017-03-07 15:50 +0100
Subject[PATCH] panic: fix typo "notewortht" -> "noteworthy" in kerneldoc comment
Message-ID<tioB4-pr-19@gated-at.bofh.it>
Fix trivial typo "notewortht" -> "noteworthy" in kerneldoc comment of
add_taint().

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 kernel/panic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/panic.c b/kernel/panic.c
index a58932b41700..e7c61e7147cb 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -383,7 +383,7 @@ unsigned long get_taint(void)
  * @lockdep_ok: whether lock debugging is still OK.
  *
  * If something bad has gone wrong, you'll want @lockdebug_ok = false, but for
- * some notewortht-but-not-corrupting cases, it can be set to true.
+ * some noteworthy-but-not-corrupting cases, it can be set to true.
  */
 void add_taint(unsigned flag, enum lockdep_ok lockdep_ok)
 {
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web