Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ricardo Ribalda and committed by
Rob Herring
8e5d0c68 ec201955

+1 -1
+1 -1
drivers/of/overlay.c
··· 1121 1121 * The topmost check is done by exploiting this property. For each 1122 1122 * affected device node in the log list we check if this overlay is 1123 1123 * the one closest to the tail. If another overlay has affected this 1124 - * device node and is closest to the tail, then removal is not permited. 1124 + * device node and is closest to the tail, then removal is not permitted. 1125 1125 */ 1126 1126 static int overlay_removal_is_ok(struct overlay_changeset *remove_ovcs) 1127 1127 {