Searched refs:check_patch (Results 1 - 4 of 4) sorted by relevance

/u-boot/tools/patman/
H A Dtest_settings.py49 dest='check_patch', default=True)
56 assert send_args.check_patch
62 'check_patch: False\n')
67 assert not send_args.check_patch
H A Dtest_checkpatch.py134 return checkpatch.check_patch(self.get_patch(), show_types=True)
363 result = checkpatch.check_patch(inf)
374 result = checkpatch.check_patch(inf)
385 result = checkpatch.check_patch(inf)
396 result = checkpatch.check_patch(inf)
407 result = checkpatch.check_patch(inf)
H A Dcheckpatch.py190 def check_patch(fname, verbose=False, show_types=False, use_tree=False): function
251 f = executor.submit(check_patch, fname, verbose, use_tree=use_tree)
H A Dcontrol.py176 ok = check_patches(series, patch_files, args.check_patch,

Completed in 103 milliseconds