X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fccanlint%2Ftests%2Fhas_info_documentation.c;h=4d440e6d7cec650b91d80d86e41fd0477e299f6e;hb=357700fd05c2cf25563a0058fd68f2ffea827e74;hp=17e4207eeaff856c3cf20b999bc5de02d212320d;hpb=354c772e913d137034d5bcd00efdcb880697532e;p=ccan diff --git a/tools/ccanlint/tests/has_info_documentation.c b/tools/ccanlint/tests/has_info_documentation.c index 17e4207e..4d440e6d 100644 --- a/tools/ccanlint/tests/has_info_documentation.c +++ b/tools/ccanlint/tests/has_info_documentation.c @@ -123,7 +123,8 @@ static unsigned int has_info_documentation_score(struct manifest *m, } struct ccanlint has_info_documentation = { - .name = "Documentation in _info file", + .key = "info-documentation", + .name = "Module has documentation in _info", .total_score = 3, .score = has_info_documentation_score, .check = check_has_info_documentation,