On Tue, 2011-12-20 at 08:54 -0800, Eric Anholt wrote:
> -       seq_printf(m, "%p: %s%s %8zd %04x %04x %d %d%s%s%s",
> +       seq_printf(m, "%p: %s%s %8zdKB %04x %04x %d %d%s%s%s",
>                    &obj->base,
>                    get_pin_flag(obj),
>                    get_tiling_flag(obj),
> -                  obj->base.size,
> +                  obj->base.size / 1024, 

In both the seq_printf, and the subject line, you have different
misspellings of 'KiB'.

-- 
dwmw2

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to