Lines Matching refs:inf
217 inf = self.SetupData('good')
218 result = checkpatch.CheckPatch(inf)
225 os.remove(inf)
228 inf = self.SetupData('no-signoff')
229 result = checkpatch.CheckPatch(inf)
236 os.remove(inf)
239 inf = self.SetupData('spaces')
240 result = checkpatch.CheckPatch(inf)
247 os.remove(inf)
250 inf = self.SetupData('indent')
251 result = checkpatch.CheckPatch(inf)
258 os.remove(inf)