aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorRicardo Ribalda <ribalda@chromium.org>2022-12-20 23:20:32 +0100
committerRob Herring <robh@kernel.org>2022-12-26 16:09:29 -0600
commit8e5d0c68f23ab139e472f93ebbcfda9545e9953b (patch)
tree1b888a4d336015adc8714a3c64052d98ce1808c7 /drivers/of
parentec201955a53be4b57a467f7160724ff06289cead (diff)
downloadlinux-8e5d0c68f23ab139e472f93ebbcfda9545e9953b.tar.gz
of: overlay: Fix trivial typo
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>
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/overlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/overlay.c b/drivers/of/overlay.c
index ed4e6c144a681e..2e01960f1aeb3e 100644
--- 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 permitted.
*/
static int overlay_removal_is_ok(struct overlay_changeset *remove_ovcs)
{