memstick: Fix typo in comment
authorYu Jiaoliang <yujiaoliang@vivo.com>
Wed, 18 Sep 2024 08:16:38 +0000 (16:16 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 14 Oct 2024 10:29:01 +0000 (12:29 +0200)
Fix typos:
exectly->exactly,
cylynders->cylinders,
intersting->interesting,
inteface->interface.

Signed-off-by: Yu Jiaoliang <yujiaoliang@vivo.com>
Link: https://lore.kernel.org/r/20240918081640.1493847-1-yujiaoliang@vivo.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/memstick/core/ms_block.c
drivers/memstick/host/r592.c

index 47a314a4eb6fafc76482ff3010b35298d3423ec7..c0383959dbb2b8df6c73fe00f3a572ef99644cbf 100644 (file)
@@ -996,7 +996,7 @@ static int msb_verify_block(struct msb_data *msb, u16 pba,
        return 0;
 }
 
-/* Writes exectly one block + oob */
+/* Writes exactly one block + oob */
 static int msb_write_block(struct msb_data *msb,
                        u16 pba, u32 lba, struct scatterlist *sg, int offset)
 {
@@ -1684,7 +1684,7 @@ static int msb_cache_read(struct msb_data *msb, int lba,
  */
 
 static const struct chs_entry chs_table[] = {
-/*        size sectors cylynders  heads */
+/*        size sectors cylinders heads */
        { 4,    16,    247,       2  },
        { 8,    16,    495,       2  },
        { 16,   16,    495,       4  },
@@ -1729,7 +1729,7 @@ static int msb_init_card(struct memstick_dev *card)
 
        boot_block = &msb->boot_page[0];
 
-       /* Save intersting attributes from boot page */
+       /* Save interesting attributes from boot page */
        msb->block_count = boot_block->attr.number_of_blocks;
        msb->page_size = boot_block->attr.page_size;
 
index 461f5ffd02bc1242597959bfa90d70c025913f0b..544a31ff46e5cdbfd3af194d359216ce628a8baa 100644 (file)
@@ -675,7 +675,7 @@ static irqreturn_t r592_irq(int irq, void *data)
        return ret;
 }
 
-/* External inteface: set settings */
+/* External interface: set settings */
 static int r592_set_param(struct memstick_host *host,
                        enum memstick_param param, int value)
 {