From 755dc4e8e0b38c3e21da9841d944db14509b7b5f Mon Sep 17 00:00:00 2001
From: Ollrogge <nils-ollrogge@outlook.de>
Date: Wed, 28 Sep 2022 19:28:05 +0200
Subject: [PATCH] remove unnecessary README

---
 kernel/sched/pb.c                   | 1 -
 kernel/sched/perf_error_detection.c | 1 -
 pb_utils/README.md                  | 2 +-
 pb_utils/pb_submitter/README.md     | 5 -----
 4 files changed, 1 insertion(+), 8 deletions(-)
 delete mode 100644 pb_utils/pb_submitter/README.md

diff --git a/kernel/sched/pb.c b/kernel/sched/pb.c
index c4a17aacdbdf..be76fdda1d83 100644
--- a/kernel/sched/pb.c
+++ b/kernel/sched/pb.c
@@ -201,7 +201,6 @@ static void dequeue_task_pb(struct rq *rq, struct task_struct *p, int flags)
 		printk(KERN_WARNING "PB TASK %llu RAN %llu INSTRUCTIONS TOO LONG\n", pb->plan[pb->c_entry].task_id, over_time);
 	}
 
-
 	pb->c_entry++;
 
 	/**
diff --git a/kernel/sched/perf_error_detection.c b/kernel/sched/perf_error_detection.c
index 35996db6c40a..7e3024141232 100644
--- a/kernel/sched/perf_error_detection.c
+++ b/kernel/sched/perf_error_detection.c
@@ -9,7 +9,6 @@
  *
  */
 
-
 /*
  * initialize perf event for new task
  */
diff --git a/pb_utils/README.md b/pb_utils/README.md
index 8ed82ae34fa1..d25ee35a6905 100644
--- a/pb_utils/README.md
+++ b/pb_utils/README.md
@@ -27,7 +27,7 @@ run `./chroot_image.sh`, this drops you in a shell on the created debian and run
 /mnt/build_module.sh
 ```
 
-## chroot into debian rootfs to build pb_submitter
+## chroot into debian rootfs to build pb_submitter and test programs
 run `./chroot_image.sh`, this drops you in a shell on the created debian and run
 
 ```bash
diff --git a/pb_utils/pb_submitter/README.md b/pb_utils/pb_submitter/README.md
deleted file mode 100644
index d46863863e78..000000000000
--- a/pb_utils/pb_submitter/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# build
-run `./build.sh`, this will compile `pb_submitter.c` and `test_prog.c` and move them combined with `example_plan` and `example_run.sh` into the qemu-image which should be located at `../build/qemu-image.img`.
-
-# run
-Afterwards simply execute `./run_qemu.sh` in the parent directory followed by `./example_run.sh` in the debian VM to submit the `example_plan` for the `test_prog` to the PBS.
\ No newline at end of file
-- 
GitLab