[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200715124839.252822-6-kieran.bingham+renesas@ideasonboard.com>
Date: Wed, 15 Jul 2020 13:48:36 +0100
From: Kieran Bingham <kieran.bingham+renesas@...asonboard.com>
To: trivial@...nel.org
Cc: Kieran Bingham <kieran.bingham+renesas@...asonboard.com>,
Jason Baron <jbaron@...mai.com>,
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH v2 5/8] include: dynamic_debug.h: Fix trivial spelling
The word 'descriptor' is misspelled throughout the tree.
Fix it up accordingly:
decriptor -> descriptor
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@...asonboard.com>
---
v2:
- Fix commit message to reflect actual word replaced
---
include/linux/dynamic_debug.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/dynamic_debug.h b/include/linux/dynamic_debug.h
index abcd5fde30eb..a06ef7380b2d 100644
--- a/include/linux/dynamic_debug.h
+++ b/include/linux/dynamic_debug.h
@@ -133,7 +133,7 @@ void __dynamic_ibdev_dbg(struct _ddebug *descriptor,
/*
* "Factory macro" for generating a call to func, guarded by a
- * DYNAMIC_DEBUG_BRANCH. The dynamic debug decriptor will be
+ * DYNAMIC_DEBUG_BRANCH. The dynamic debug descriptor will be
* initialized using the fmt argument. The function will be called with
* the address of the descriptor as first argument, followed by all
* the varargs. Note that fmt is repeated in invocations of this
--
2.25.1
Powered by blists - more mailing lists