All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] Time for some new clean-ups
@ 2020-10-29 17:40 John Kacur
  2020-10-29 17:40 ` [PATCH 01/16] rt-tests: remove pi_tests.spec John Kacur
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: John Kacur @ 2020-10-29 17:40 UTC (permalink / raw)
  To: RT; +Cc: Clark Williams, John Kacur

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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-10-29 17:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 17:40 [PATCH 00/16] Time for some new clean-ups John Kacur
2020-10-29 17:40 ` [PATCH 01/16] rt-tests: remove pi_tests.spec John Kacur
2020-10-29 17:40 ` [PATCH 02/16] rt-tests: cyclictest: A few style changes from checkpatch.pl John Kacur
2020-10-29 17:40 ` [PATCH 03/16] rt-tests: rt-sched.c: Style change John Kacur
2020-10-29 17:40 ` [PATCH 04/16] rt-tests: rt-utils.c: Correct mix of spaces and tabs in code indentation John Kacur
2020-10-29 17:40 ` [PATCH 05/16] rt-tests: pi_stress.c: Change unsigned to unsigned int John Kacur
2020-10-29 17:40 ` [PATCH 06/16] rt-tests: pip_stress.c: Remove unnecessary brackets John Kacur
2020-10-29 17:40 ` [PATCH 07/16] rt-tests: pmqtest.c: Fix spacing around parentheses John Kacur
2020-10-29 17:40 ` [PATCH 08/16] rt-tests: ptsematest.c: " John Kacur
2020-10-29 17:40 ` [PATCH 09/16] rt-tests: queuelat.c: Fix various style problems John Kacur
2020-10-29 17:40 ` [PATCH 10/16] rt-tests: rt-migrate-test.c: Fix spacing around parentheses John Kacur
2020-10-29 17:40 ` [PATCH 11/16] rt-tests: cyclicdeadline.c: Fix spacing around commas John Kacur
2020-10-29 17:40 ` [PATCH 12/16] rt-tests: deadline_test.c: " John Kacur
2020-10-29 17:40 ` [PATCH 13/16] rt-tests: signaltest.c: Fix various style problems John Kacur
2020-10-29 17:40 ` [PATCH 14/16] rt-tests: sigwaittest.c: Fix spacing around brackets John Kacur
2020-10-29 17:40 ` [PATCH 15/16] rt-tests: ssdd.c: Remove unncessary "else" John Kacur
2020-10-29 17:40 ` [PATCH 16/16] rt-tests: svsematest.c: Fix various style problems John Kacur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.