Skip to content

Commit

Permalink
block/partitions/msdos: Fix typo inidicator -> indicator
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Bracht Laumann Jespersen authored and Jens Axboe committed Jun 21, 2021
1 parent 9a2ac41 commit ddcc5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/partitions/msdos.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit ddcc5c5

Please sign in to comment.