From fab7609913c9787bdb79602ff716f5e0d1598c98 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 13 Sep 2020 19:30:55 +0200 Subject: tools/check-whitespace.sh: check for trailing whitespaces File types that we don't format automatically can end up with such basic untidiness as trailing whitespaces. Check for these. Remove all existing precedents. --- docs/syscall_descriptions_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syscall_descriptions_syntax.md') diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index 5af302de8..76cdc90b1 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -365,7 +365,7 @@ define MY_PATH_MAX PATH_MAX + 2 ## Misc Description files also contain `include` directives that refer to Linux kernel header files, -`incdir` directives that refer to custom Linux kernel header directories +`incdir` directives that refer to custom Linux kernel header directories and `define` directives that define symbolic constant values. The syzkaller executor defines some [pseudo system calls](./pseudo_syscalls.md) -- cgit mrf-deployment