* REMOVE DELETION ERROR
@ 2018-06-08 15:47 Kitone Elvis Peter
0 siblings, 0 replies; only message in thread
From: Kitone Elvis Peter @ 2018-06-08 15:47 UTC (permalink / raw)
To: axboe; +Cc: linux-block
Corrected the modified variable in previous commit
---
block/partitions/acorn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/partitions/acorn.c b/block/partitions/acorn.c
index 3bfe39d..358b05e 100644
--- a/block/partitions/acorn.c
+++ b/block/partitions/acorn.c
@@ -152,7 +152,7 @@ static int linux_partition(struct parsed_partitions *state,
put_partition(state, slot++, first_sect +
le32_to_cpu(linuxp->start_sect),
le32_to_cpu(linuxp->nr_sects));
- linux++;
+ linuxp++;
}
strlcat(state->pp_buf, " >", PAGE_SIZE);
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-06-08 15:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-08 15:47 REMOVE DELETION ERROR Kitone Elvis Peter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox