diff options
| author | Paul Chaignon <paul.chaignon@gmail.com> | 2023-11-09 17:10:06 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-11-13 13:40:05 +0000 |
| commit | cb976f63e0177b96eb9ce1c631cc5e2c4b4b0759 (patch) | |
| tree | 04eb09f8f3b02014bc4c971d009298c6058f80d6 /sys/linux/test/binder | |
| parent | b531ad31dfd413ccc5ed21116a0556f3bd0107ae (diff) | |
sys/linux: use AUTO for structs wherever possible
These occurences were found with the command:
git grep -lP "{(AUTO,\s)*AUTO}"
Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
Diffstat (limited to 'sys/linux/test/binder')
| -rw-r--r-- | sys/linux/test/binder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/test/binder b/sys/linux/test/binder index 0c4445595..3a5b641d2 100644 --- a/sys/linux/test/binder +++ b/sys/linux/test/binder @@ -3,4 +3,4 @@ ioctl$BINDER_SET_CONTEXT_MGR_EXT(r0, AUTO, &AUTO={AUTO, 0x100, 0x0, 0x0}) mmap$binder(&(0x7f00000a0000), 0x2000, 0x1, 0x11, r0, 0x0) r1 = openat$binderfs(0xffffffffffffff9c, &(0x7f00000000c0)='./binderfs/binder1\x00', 0x0, 0x0) mmap$binder(&(0x7f00000c0000), 0x2000, 0x1, 0x11, r1, 0x0) -ioctl$BINDER_WRITE_READ(r1, AUTO, &AUTO={AUTO, AUTO, &AUTO=[@transaction_sg={AUTO, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, AUTO, AUTO, &AUTO={@flat=@binder={AUTO, 0x0, 0x0, 0x0}, @fd={AUTO, AUTO, r0, AUTO, 0x0}, @ptr={AUTO, 0x0, &AUTO=""/10, AUTO, 0x0, 0x0}}, &AUTO={AUTO, AUTO, AUTO}}, 0x10}], AUTO, AUTO, &AUTO}) +ioctl$BINDER_WRITE_READ(r1, AUTO, &AUTO={AUTO, AUTO, &AUTO=[@transaction_sg={AUTO, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, AUTO, AUTO, &AUTO={@flat=@binder={AUTO, 0x0, 0x0, 0x0}, @fd={AUTO, AUTO, r0, AUTO, 0x0}, @ptr={AUTO, 0x0, &AUTO=""/10, AUTO, 0x0, 0x0}}, &AUTO=AUTO}, 0x10}], AUTO, AUTO, &AUTO}) |
