The test file name is a bit longish which is annoying in test reports. Rename it to simply 'function-pointer-inheritance.c' Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- ...on-pointer-modifier-inheritance.c => function-pointer-inheritance.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename validation/{function-pointer-modifier-inheritance.c => function-pointer-inheritance.c} (63%) diff --git a/validation/function-pointer-modifier-inheritance.c b/validation/function-pointer-inheritance.c similarity index 63% rename from validation/function-pointer-modifier-inheritance.c rename to validation/function-pointer-inheritance.c index 13df6ff7..0b24e458 100644 --- a/validation/function-pointer-modifier-inheritance.c +++ b/validation/function-pointer-inheritance.c @@ -5,5 +5,5 @@ int foo(int (*f)(int, void *)) return 0; } /* - * check-name: Function pointer modifier inheritance + * check-name: Function pointer inheritance */ -- 2.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html