After getting a series of patches from Daniel Wagner, I was reminded that we try to follow suggestions from checkpatch.pl in the kernel where applicable. We're not slavish about it, but I figured it was time for a few clean-ups. I also removed an ancient and unused spec file. John Kacur (16): rt-tests: remove pi_tests.spec rt-tests: cyclictest: A few style changes from checkpatch.pl rt-tests: rt-sched.c: Style change rt-tests: rt-utils.c: Correct mix of spaces and tabs in code indentation rt-tests: pi_stress.c: Change unsigned to unsigned int rt-tests: pip_stress.c: Remove unnecessary brackets rt-tests: pmqtest.c: Fix spacing around parentheses rt-tests: ptsematest.c: Fix spacing around parentheses rt-tests: queuelat.c: Fix various style problems rt-tests: rt-migrate-test.c: Fix spacing around parentheses rt-tests: cyclicdeadline.c: Fix spacing around commas rt-tests: deadline_test.c: Fix spacing around commas rt-tests: signaltest.c: Fix various style problems rt-tests: sigwaittest.c: Fix spacing around brackets rt-tests: ssdd.c: Remove unncessary "else" rt-tests: svsematest.c: Fix various style problems src/cyclictest/cyclictest.c | 86 ++++++++++++--------------- src/lib/rt-sched.c | 2 +- src/lib/rt-utils.c | 10 ++-- src/pi_tests/pi_stress.c | 8 +-- src/pi_tests/pi_tests.spec | 81 ------------------------- src/pi_tests/pip_stress.c | 6 +- src/pmqtest/pmqtest.c | 29 +++++---- src/ptsematest/ptsematest.c | 12 ++-- src/queuelat/queuelat.c | 58 +++++++++--------- src/rt-migrate-test/rt-migrate-test.c | 2 +- src/sched_deadline/cyclicdeadline.c | 23 ++++--- src/sched_deadline/deadline_test.c | 25 ++++---- src/signaltest/signaltest.c | 15 ++--- src/sigwaittest/sigwaittest.c | 30 +++++----- src/ssdd/ssdd.c | 4 +- src/svsematest/svsematest.c | 50 ++++++++-------- 16 files changed, 168 insertions(+), 273 deletions(-) delete mode 100644 src/pi_tests/pi_tests.spec -- 2.26.2