fdisk: make comment more clear
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 6 Apr 2010 14:56:33 +0000 (16:56 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 6 Apr 2010 14:56:33 +0000 (16:56 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/fdisk.c

index 06fb7f9b0cc3d977d3ecd7aea3eb43f919fc54b6..8e133178de40e3c87749d04eca140bfaf29c980e 100644 (file)
@@ -2598,8 +2598,7 @@ move_begin(unsigned i)
                printf("Partition %u has no data area\n", i + 1);
                return;
        }
-       first = get_partition_start_from_dev_start(pe);
-       /* == pe->offset_from_dev_start + get_start_sect(p) */
+       first = get_partition_start_from_dev_start(pe); /* == pe->offset_from_dev_start + get_start_sect(p) */
        new = read_int(0 /*was:first*/, first, first + nr_sects - 1, first, "New beginning of data");
        if (new != first) {
                sector_t new_relative = new - pe->offset_from_dev_start;