projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a2ac41
)
block/partitions/msdos: Fix typo inidicator -> indicator
author
Thomas Bracht Laumann Jespersen
<t@laumann.xyz>
Sat, 19 Jun 2021 19:51:31 +0000
(21:51 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 21 Jun 2021 21:03:41 +0000
(15:03 -0600)
Just a fix for a small typo in msdos_partition().
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Link:
https://lore.kernel.org/r/20210619195130.19348-1-t@laumann.xyz
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partitions/msdos.c
patch
|
blob
|
history
diff --git
a/block/partitions/msdos.c
b/block/partitions/msdos.c
index
8f2fcc0
..
63e4f6f
100644
(file)
--- 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 in
i
dicator value
+ * Even without a valid boot indicator value
* its still possible this is valid FAT filesystem
* without a partition table.
*/