Name of failed tests ====================
checkpatch master debugfs.c checkpatch next debugfs.c
Output of different failed tests ================================
checkpatch next debugfs.c:
>>
WARNING: debugfs_remove_recursive(NULL) is safe this check is probably not required #401: FILE: debugfs.c:401: + if (batadv_debugfs) { + debugfs_remove_recursive(batadv_debugfs);
total: 0 errors, 1 warnings, 0 checks, 459 lines checked