On Tue, Oct 28, 2014 at 03:03:53PM +0000, Thomas Wood wrote:
> +extern const char* __igt_test_description __attribute__((weak));
> +#define IGT_TEST_DESCRIPTION(a) const char* __igt_test_description = a;

It's usual to omit the ';' here to have the macro invokation always
finish with a ';' (your next patch mixes both).

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

Reply via email to