checkpatch.pl: allow xmlFree in CamelCase format

...to avoid 'Avoid CamelCase' warning.
This commit is contained in:
Johan Malm 2023-07-03 17:04:41 +01:00
parent 1c6f46ce25
commit 6793aaedff

View file

@ -5640,6 +5640,7 @@ sub process {
$var !~ /^(?:xmlReadFile|xmlDocGetRootElement)/ &&
$var !~ /^(?:xmlFreeDoc|xmlCleanupParser)/ &&
$var !~ /^(?:xmlParseMemory)/ &&
$var !~ /^(?:xmlFree)/ &&
$var !~ /^(?:GString|GError)/ &&
$var !~ /^(?:XKB_KEY_XF86Switch_VT_1)/ &&