Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[linux-2.6-block.git] / lib / test-hexdump.c
index 9846ff7428b3120f7937d76e4e2dc26203162aff..c227cc43ec0a39e6b9b89150d5cab0cc04027fa0 100644 (file)
@@ -48,7 +48,7 @@ static void __init test_hexdump(size_t len, int rowsize, int groupsize,
        char test[32 * 3 + 2 + 32 + 1];
        char real[32 * 3 + 2 + 32 + 1];
        char *p;
-       const char **result;
+       const char * const *result;
        size_t l = len;
        int gs = groupsize, rs = rowsize;
        unsigned int i;