From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Fri, 8 Jun 2018 12:07:37 +0300 From: Kitone Elvis Peter To: axboe@kernel.dk Cc: linux-block@vger.kernel.org Subject: [PATCH] Signed-off-by: Kitone Elvis Peter Message-ID: <20180608090737.GA5653@kitone-HP-ProBook-4530s> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-ID: Subject: REMOVE DELETION ERROR 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