linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] block/partitions/msdos: Fix typo inidicator -> indicator
@ 2021-06-19 19:51 Thomas Bracht Laumann Jespersen
  2021-06-21 16:09 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Bracht Laumann Jespersen @ 2021-06-19 19:51 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, linux-kernel, Thomas Bracht Laumann Jespersen

Just a fix for a small typo in msdos_partition().

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
---
Spotted a small typo while reading up on fatfs, thought I'd send it out. This is
based off of Linus' main tree, not sure if that's the right one to send patches
for.

 block/partitions/msdos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/partitions/msdos.c b/block/partitions/msdos.c
index 8f2fcc080264..63e4f6f8b6e9 100644
--- a/block/partitions/msdos.c
+++ b/block/partitions/msdos.c
@@ -622,7 +622,7 @@ int msdos_partition(struct parsed_partitions *state)
 	for (slot = 1; slot <= 4; slot++, p++) {
 		if (p->boot_ind != 0 && p->boot_ind != 0x80) {
 			/*
-			 * Even without a valid boot inidicator value
+			 * Even without a valid boot indicator value
 			 * its still possible this is valid FAT filesystem
 			 * without a partition table.
 			 */
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] block/partitions/msdos: Fix typo inidicator -> indicator
  2021-06-19 19:51 [PATCH] block/partitions/msdos: Fix typo inidicator -> indicator Thomas Bracht Laumann Jespersen
@ 2021-06-21 16:09 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2021-06-21 16:09 UTC (permalink / raw)
  To: Thomas Bracht Laumann Jespersen; +Cc: linux-block, linux-kernel

On 6/19/21 1:51 PM, Thomas Bracht Laumann Jespersen wrote:
> Just a fix for a small typo in msdos_partition().

Applied, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-21 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-19 19:51 [PATCH] block/partitions/msdos: Fix typo inidicator -> indicator Thomas Bracht Laumann Jespersen
2021-06-21 16:09 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).