Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[pandora-kernel.git] / fs / btrfs / free-space-cache.c
index b30242f..710ea38 100644 (file)
@@ -425,7 +425,7 @@ static void io_ctl_set_crc(struct io_ctl *io_ctl, int index)
        }
 
        if (index == 0)
-               offset = sizeof(u32) * io_ctl->num_pages;;
+               offset = sizeof(u32) * io_ctl->num_pages;
 
        crc = btrfs_csum_data(io_ctl->root, io_ctl->orig + offset, crc,
                              PAGE_CACHE_SIZE - offset);