From 81d79de72a32b723ed3f86406eed5a0d0c4abaf2 Mon Sep 17 00:00:00 2001 From: Yuhong Cheng Date: Sun, 5 Jul 2026 15:02:12 +0800 Subject: [PATCH] docs: driver-api: pin-control: fix spelling of below Fix the spelling of 'bellow' to 'below' in the PM API section. Signed-off-by: Yuhong Cheng Acked-by: Randy Dunlap Signed-off-by: Linus Walleij --- Documentation/driver-api/pin-control.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/driver-api/pin-control.rst b/Documentation/driver-api/pin-control.rst index 1f585ecca63c..80106e44a368 100644 --- a/Documentation/driver-api/pin-control.rst +++ b/Documentation/driver-api/pin-control.rst @@ -1175,7 +1175,7 @@ Possible standard state names are: "default", "init", "sleep" and "idle". selected after the driver probe. - the ``sleep`` and ``idle`` states are for power management and can only - be selected with the PM API bellow. + be selected with the PM API below. PM interfaces =================