diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-11-25 09:27:18 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-11-25 10:02:24 +0100 |
| commit | 3f581b433adb5d4c4129121dc1b7fea0b46ad1b2 (patch) | |
| tree | 34c910585c940f026a0d00c8916ae66bcb49546b /sys/linux/sys.txt | |
| parent | 1a1f4bd8c48f86af4bc94a2e3a86fc0de9c52c93 (diff) | |
pkg/ast: remove trailing spaces when formatting
Diffstat (limited to 'sys/linux/sys.txt')
| -rw-r--r-- | sys/linux/sys.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index c55f9573b..19062d7d5 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -394,7 +394,7 @@ ioprio_set$uid(which flags[ioprio_which_uid], who uid, ioprio flags[ioprio_prior # NEED: we can express the construction of integers using structs with flags # and bitfields, which are normally obtained using a combination of bitwise -# operations with the help of macros. However, structs can't be directly passed +# operations with the help of macros. However, structs can't be directly passed # as a syscall argument; therefore, such constructions can't be directly passed either. # One example is ioprio argument for ioprio_set, where we could have expressed the # construction less messy. For now, some subset of valid values are enumerated as |
