From 4216e549a265701c88df660f42d74a7eb4819af2 Mon Sep 17 00:00:00 2001 From: Ayananta Paul Date: Mon, 27 Jul 2026 20:56:34 +0530 Subject: [PATCH] fpga: dfl: fix spelling in sysfs-platform-dfl-port ABI documentation Correct the spelling of "responding" which was incorrectly written as "respoding" in the Document/ABI/testing/sysfs-platform-dfl-port ABI testing file. Issue identified using: `codespell -D - -S "*.bin,*.o,*.a,*.so,*.ko,*.gz,*.png,*.jpg" Documentation/` Signed-off-by: Ayananta Paul Acked-by: Randy Dunlap Reviewed-by: Xu Yilun Link: https://lore.kernel.org/r/20260727152634.5983-1-ayanantapaul@gmail.com Signed-off-by: Xu Yilun --- Documentation/ABI/testing/sysfs-platform-dfl-port | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-platform-dfl-port b/Documentation/ABI/testing/sysfs-platform-dfl-port index 65658267fcc0..40e555abca20 100644 --- a/Documentation/ABI/testing/sysfs-platform-dfl-port +++ b/Documentation/ABI/testing/sysfs-platform-dfl-port @@ -84,7 +84,7 @@ Description: Read-Write. Read this file to get errors detected on port and to clear errors. Write fails with -EINVAL if input parsing fails or input error code doesn't match. Write fails with -EBUSY or -ETIMEDOUT if error can't be cleared as hardware - in low power state (-EBUSY) or not respoding (-ETIMEDOUT). + in low power state (-EBUSY) or not responding (-ETIMEDOUT). What: /sys/bus/platform/devices/dfl-port.0/errors/first_error Date: August 2019