Lines Matching refs:inf
219 inf = self.SetupData('good')
220 result = checkpatch.CheckPatch(inf)
227 os.remove(inf)
230 inf = self.SetupData('no-signoff')
231 result = checkpatch.CheckPatch(inf)
238 os.remove(inf)
241 inf = self.SetupData('no-license')
242 result = checkpatch.CheckPatch(inf)
249 os.remove(inf)
252 inf = self.SetupData('spaces')
253 result = checkpatch.CheckPatch(inf)
260 os.remove(inf)
263 inf = self.SetupData('indent')
264 result = checkpatch.CheckPatch(inf)
271 os.remove(inf)