On 10/16/12 09:39, Bhavesh Davda wrote: > From: Bhavesh Davda <bhavesh@xxxxxxxxxx> > > Cosmetic whitespace cleanup > > Signed-off-by: Bhavesh Davda <bhavesh@xxxxxxxxxx> >From checkpatch: ERROR: code indent should use tabs where possible #161: FILE: src/cyclictest/cyclictest.c:1419: + printf(fmt, index, stat->tid, par->prio,$ WARNING: please, no spaces at the start of a line #161: FILE: src/cyclictest/cyclictest.c:1419: + printf(fmt, index, stat->tid, par->prio,$ total: 1 errors, 1 warnings, 140 lines checked You did not add leading white space - it was already there and your noble effort to remove the trailing white space led to this line getting caught by checkpatch. Anyway, it is a good practice to be checkpatch clean, even it rt-tests are not the linux kernel. -Frank -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html