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.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syscall_descriptions.md') diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index a69932e27..fbb9f67fa 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -170,7 +170,7 @@ close(r0) Syscall arguments are always `in`, return values are `out` and pointer indirections have explicit direction as `ptr` type attribute. Also, it is possible to specify -direction attribute individually for struct fields to account for more complex +direction attribute individually for struct fields to account for more complex producer/consumer scenarious with structs that include both input/output resources.
-- cgit mrf-deployment