Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fsi: fix some spelling mistakes in comment

Fix typos in comment.

Signed-off-by: Yu Zhe <yuzhe@nfschina.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20230203083721.23455-1-yuzhe@nfschina.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Yu Zhe and committed by
Joel Stanley
f04d61a3 3a1d7aff

+3 -3
+1 -1
drivers/fsi/fsi-master-ast-cf.c
··· 1133 1133 1134 1134 /* Note: This doesn't require holding out mutex */ 1135 1135 1136 - /* Write reqest */ 1136 + /* Write request */ 1137 1137 iowrite8(ARB_ARM_REQ, master->sram + ARB_REG); 1138 1138 1139 1139 /*
+2 -2
drivers/fsi/fsi-sbefifo.c
··· 81 81 82 82 enum sbe_state 83 83 { 84 - SBE_STATE_UNKNOWN = 0x0, // Unkown, initial state 84 + SBE_STATE_UNKNOWN = 0x0, // Unknown, initial state 85 85 SBE_STATE_IPLING = 0x1, // IPL'ing - autonomous mode (transient) 86 86 SBE_STATE_ISTEP = 0x2, // ISTEP - Running IPL by steps (transient) 87 87 SBE_STATE_MPIPL = 0x3, // MPIPL ··· 732 732 * @response: The output response buffer 733 733 * @resp_len: In: Response buffer size, Out: Response size 734 734 * 735 - * This will perform the entire operation. If the reponse buffer 735 + * This will perform the entire operation. If the response buffer 736 736 * overflows, returns -EOVERFLOW 737 737 */ 738 738 int sbefifo_submit(struct device *dev, const __be32 *command, size_t cmd_len,