fsi: fix some spelling mistakes in comment
authorYu Zhe <yuzhe@nfschina.com>
Fri, 3 Feb 2023 08:37:21 +0000 (16:37 +0800)
committerJoel Stanley <joel@jms.id.au>
Fri, 11 Aug 2023 04:02:15 +0000 (13:32 +0930)
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>
drivers/fsi/fsi-master-ast-cf.c
drivers/fsi/fsi-sbefifo.c

index 3306311..812dfa9 100644 (file)
@@ -1133,7 +1133,7 @@ static int fsi_master_acf_gpio_request(void *data)
 
        /* Note: This doesn't require holding out mutex */
 
-       /* Write reqest */
+       /* Write request */
        iowrite8(ARB_ARM_REQ, master->sram + ARB_REG);
 
        /*
index 402e2d2..0a98517 100644 (file)
@@ -81,7 +81,7 @@
 
 enum sbe_state
 {
-       SBE_STATE_UNKNOWN = 0x0, // Unkown, initial state
+       SBE_STATE_UNKNOWN = 0x0, // Unknown, initial state
        SBE_STATE_IPLING  = 0x1, // IPL'ing - autonomous mode (transient)
        SBE_STATE_ISTEP   = 0x2, // ISTEP - Running IPL by steps (transient)
        SBE_STATE_MPIPL   = 0x3, // MPIPL
@@ -732,7 +732,7 @@ static int __sbefifo_submit(struct sbefifo *sbefifo,
  * @response: The output response buffer
  * @resp_len: In: Response buffer size, Out: Response size
  *
- * This will perform the entire operation. If the reponse buffer
+ * This will perform the entire operation. If the response buffer
  * overflows, returns -EOVERFLOW
  */
 int sbefifo_submit(struct device *dev, const __be32 *command, size_t cmd_len,