Commit fd944bdd authored by Yu Jiaoliang's avatar Yu Jiaoliang Committed by Ulf Hansson
Browse files

memstick: Fix typo in comment



Fix typos:
exectly->exactly,
cylynders->cylinders,
intersting->interesting,
inteface->interface.

Signed-off-by: default avatarYu Jiaoliang <yujiaoliang@vivo.com>
Link: https://lore.kernel.org/r/20240918081640.1493847-1-yujiaoliang@vivo.com


Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 941a7abd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;

+1 −1
Original line number Diff line number Diff line
@@ -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)
{