treewide: cleanup code

- Revise some messages so meaning is clearer
- Fix some whitespace, etc
- Simplify a coiuple of small functions

[cleanup commit message]
Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Ian Clowes 2022-01-31 11:42:07 +00:00 committed by Nick Hainke
parent 829fa0faed
commit b7e3d6f34d
4 changed files with 31 additions and 24 deletions

View file

@ -213,7 +213,7 @@ struct probe_head_s {
struct probe_entry_s* first_probe;
struct probe_entry_s* first_probe_skip;
};
};
extern struct probe_head_s probe_set;
extern pthread_mutex_t probe_array_mutex;