[PATCH] powerpc/smu: Fix typo "recommand" in comment

Haoran Lee 470658536 at qq.com
Wed Oct 15 21:18:52 AEDT 2025


The word "recommand" is incorrect. The correct spelling is "recommend".

Fix the typo in the comment in arch/powerpc/include/asm/smu.h.

Signed-off-by: Haoran Lee <470658536 at qq.com>
---
 arch/powerpc/include/asm/smu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/include/asm/smu.h b/arch/powerpc/include/asm/smu.h
index 2ac6ab903023..23b4ed8b4399 100644
--- a/arch/powerpc/include/asm/smu.h
+++ b/arch/powerpc/include/asm/smu.h
@@ -667,7 +667,7 @@ extern struct smu_sdbp_header *smu_sat_get_sdb_partition(unsigned int sat_id,
  * file is opened. poll() isn't implemented yet. The reply will consist
  * of a header as well, followed by the reply data if any. You should
  * always provide a buffer large enough for the maximum reply data, I
- * recommand one page.
+ * recommend one page.
  *
  * It is illegal to send SMU commands through a file descriptor configured
  * for events reception
-- 
2.48.1



More information about the Linuxppc-dev mailing list