diff --git a/kernel/sched/pb.c b/kernel/sched/pb.c
index c4a17aacdbdfe72ffc2833a2b38def6c8d329a3e..be76fdda1d83d930428163a5f1b2fad2452c81c0 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 35996db6c40a5fec60ad2caa768ba9001e008809..7e3024141232c126e84eae2825ba4a3026f13231 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 8ed82ae34fa19ba27062a23a8a55883767f1717b..d25ee35a690583b470677403f2c4108955b3835b 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 d46863863e78cf0d854dfd9ea948c418059f9e85..0000000000000000000000000000000000000000
--- 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