Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / lib / ubsan.c
index 8799ae5e2e42bb4f7142419a2b34e5bd4caf9f3b..fb0409df1bcf8474969ab5bf28f2c9623a77e041 100644 (file)
@@ -308,7 +308,7 @@ static void handle_object_size_mismatch(struct type_mismatch_data *data,
                return;
 
        ubsan_prologue(&data->location, &flags);
-       pr_err("%s address %pk with insufficient space\n",
+       pr_err("%s address %p with insufficient space\n",
                type_check_kinds[data->type_check_kind],
                (void *) ptr);
        pr_err("for an object of type %s\n", data->type->type_name);
This page took 0.024127 seconds and 5 git commands to generate.