projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec20195
)
of: overlay: Fix trivial typo
author
Ricardo Ribalda
<ribalda@chromium.org>
Tue, 20 Dec 2022 22:20:32 +0000
(23:20 +0100)
committer
Rob Herring
<robh@kernel.org>
Mon, 26 Dec 2022 22:09:29 +0000
(16:09 -0600)
Permitted is spelled with two t.
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link:
https://lore.kernel.org/r/20221220-permited-v1-3-52ea9857fa61@chromium.org
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/overlay.c
patch
|
blob
|
history
diff --git
a/drivers/of/overlay.c
b/drivers/of/overlay.c
index ed4e6c144a681e633eb6719b2df379af9f7d8c77..2e01960f1aeb3e3f7695849bbff6cc4ce67ad4f9 100644
(file)
--- a/
drivers/of/overlay.c
+++ b/
drivers/of/overlay.c
@@
-1121,7
+1121,7
@@
static int node_overlaps_later_cs(struct overlay_changeset *remove_ovcs,
* The topmost check is done by exploiting this property. For each
* affected device node in the log list we check if this overlay is
* the one closest to the tail. If another overlay has affected this
- * device node and is closest to the tail, then removal is not permited.
+ * device node and is closest to the tail, then removal is not permit
t
ed.
*/
static int overlay_removal_is_ok(struct overlay_changeset *remove_ovcs)
{