mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +00:00
scripts/spelling.txt: add "memory" pattern and fix typos
Fix typos and add the following to the scripts/spelling.txt: momery||memory Link: http://lkml.kernel.org/r/20170317011131.6881-1-sboyd@codeaurora.org Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
19809c2da2
commit
d1b7c9344b
5 changed files with 5 additions and 4 deletions
|
@ -1721,7 +1721,7 @@ int hns_roce_v1_write_mtpt(void *mb_buf, struct hns_roce_mr *mr,
|
||||||
roce_set_field(mpt_entry->mpt_byte_64, MPT_BYTE_64_L_KEY_IDX_H_M,
|
roce_set_field(mpt_entry->mpt_byte_64, MPT_BYTE_64_L_KEY_IDX_H_M,
|
||||||
MPT_BYTE_64_L_KEY_IDX_H_S, mtpt_idx >> MTPT_IDX_SHIFT);
|
MPT_BYTE_64_L_KEY_IDX_H_S, mtpt_idx >> MTPT_IDX_SHIFT);
|
||||||
|
|
||||||
/* DMA momery regsiter */
|
/* DMA memory regsiter */
|
||||||
if (mr->type == MR_TYPE_DMA)
|
if (mr->type == MR_TYPE_DMA)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
|
@ -281,7 +281,7 @@ static void lp5521_firmware_loaded(struct lp55xx_chip *chip)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Program momery sequence
|
* Program memory sequence
|
||||||
* 1) set engine mode to "LOAD"
|
* 1) set engine mode to "LOAD"
|
||||||
* 2) write firmware data into program memory
|
* 2) write firmware data into program memory
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -387,7 +387,7 @@ static void lp5523_firmware_loaded(struct lp55xx_chip *chip)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Program momery sequence
|
* Program memory sequence
|
||||||
* 1) set engine mode to "LOAD"
|
* 1) set engine mode to "LOAD"
|
||||||
* 2) write firmware data into program memory
|
* 2) write firmware data into program memory
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -270,7 +270,7 @@ static void lp5562_firmware_loaded(struct lp55xx_chip *chip)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Program momery sequence
|
* Program memory sequence
|
||||||
* 1) set engine mode to "LOAD"
|
* 1) set engine mode to "LOAD"
|
||||||
* 2) write firmware data into program memory
|
* 2) write firmware data into program memory
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -691,6 +691,7 @@ miximum||maximum
|
||||||
mmnemonic||mnemonic
|
mmnemonic||mnemonic
|
||||||
mnay||many
|
mnay||many
|
||||||
modulues||modules
|
modulues||modules
|
||||||
|
momery||memory
|
||||||
monochorome||monochrome
|
monochorome||monochrome
|
||||||
monochromo||monochrome
|
monochromo||monochrome
|
||||||
monocrome||monochrome
|
monocrome||monochrome
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue