diff options
| author | Shen Lichuan <shenlichuan@vivo.com> | 2024-09-23 09:56:49 +0300 | 
|---|---|---|
| committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2024-10-21 12:24:26 +0300 | 
| commit | 8ab1b51fa45e29edcbd887208f046a2af0e92a08 (patch) | |
| tree | ab4cfbc3f94dd341e5a82da182389ed04b1327ec /drivers/mtd/nand/raw/cs553x_nand.c | |
| parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) | |
| download | linux-8ab1b51fa45e29edcbd887208f046a2af0e92a08.tar.xz | |
mtd: rawnand: Correct multiple typos in comments
Fixed some confusing spelling errors, the details are as follows:
-in the code comments:
	remaing		-> remaining
	alingment	-> alignment
	capabilitiies	-> capabilities
	operatoin	-> operation
	decriptors	-> descriptors
	stareted	-> started
	Unfortunelly	-> Unfortunately
	compatabable	-> compatible
	depenent	-> dependent
Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240923065649.11966-1-shenlichuan@vivo.com
Diffstat (limited to 'drivers/mtd/nand/raw/cs553x_nand.c')
| -rw-r--r-- | drivers/mtd/nand/raw/cs553x_nand.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/cs553x_nand.c b/drivers/mtd/nand/raw/cs553x_nand.c index f0a15717cf05..341318024a19 100644 --- a/drivers/mtd/nand/raw/cs553x_nand.c +++ b/drivers/mtd/nand/raw/cs553x_nand.c @@ -26,7 +26,7 @@  #define NR_CS553X_CONTROLLERS	4 -#define MSR_DIVIL_GLD_CAP	0x51400000	/* DIVIL capabilitiies */ +#define MSR_DIVIL_GLD_CAP	0x51400000	/* DIVIL capabilities */  #define CAP_CS5535		0x2df000ULL  #define CAP_CS5536		0x5df500ULL  | 
