>From 56ec0a45e1a20011ae5fa9987f621e1022e2f3bb Mon Sep 17 00:00:00 2001 From: GuokaiXu <xuguokai@xxxxxxxxxxx> Date: Thu, 3 Aug 2023 13:24:48 +0800 Subject: [PATCH 1/2] Fix the spelling errors in comments Signed-off-by: GuokaiXu <xuguokai@xxxxxxxxxxx> --- include/linux/mtd/pfow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mtd/pfow.h b/include/linux/mtd/pfow.h index 146413d4bdb7..d6cf66fc623e 100644 --- a/include/linux/mtd/pfow.h +++ b/include/linux/mtd/pfow.h @@ -90,7 +90,7 @@ * 11-attempt to program invalid half * with 0x41 command */ #define DSR_AOS (1<<12) /* RC; 1- AO related failure */ -#define DSR_AVAILABLE (1<<15) /* R; Device availbility +#define DSR_AVAILABLE (1<<15) /* R; Device availability * 1 - Device available * 0 - not available */ -- 2.25.1