summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-n32.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-01-11 23:48:41 +0000
committerDmitry V. Levin <ldv@altlinux.org>2017-01-11 23:48:41 +0000
commit791e45ec4f92772adf7fa5579078264313f261a8 (patch)
tree40a82e1c89f0928cfcfa624ad5bffae1ca320561 /linux/mips/syscallent-n32.h
parent7c3e4edd3b3f50843409eb2c7b660ca45d6ba6ef (diff)
downloadstrace-791e45ec4f92772adf7fa5579078264313f261a8.tar.gz
Remove redundant commas at the end of structure initializers
Automatically remove redundant commas using the following sed expression: git grep -El ',[[:space:]]+}' |xargs sed -ri 's/,([[:space:]]+\})/\1/' * linux/32/syscallent.h: Remove redundant commas at the end of structure initializers. * linux/64/syscallent.h: Likewise. * linux/alpha/syscallent.h: Likewise. * linux/arm/syscallent.h: Likewise. * linux/avr32/syscallent.h: Likewise. * linux/bfin/syscallent.h: Likewise. * linux/crisv10/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/ia64/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/microblaze/userent.h: Likewise. * linux/mips/syscallent-n32.h: Likewise. * linux/mips/syscallent-n64.h: Likewise. * linux/mips/syscallent-o32.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/powerpc64/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/sparc64/syscallent.h: Likewise. * linux/x32/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. * linux/xtensa/syscallent.h: Likewise. * tests/kexec_file_load.c: Likewise. Reported-by: Eugene Syromyatnikov <evgsyr@gmail.com>
Diffstat (limited to 'linux/mips/syscallent-n32.h')
-rw-r--r--linux/mips/syscallent-n32.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index 9ba0b12fc..c93c33bdc 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -316,13 +316,13 @@
[6313] = { 3, 0, SEN(sched_setattr), "sched_setattr" },
[6314] = { 4, 0, SEN(sched_getattr), "sched_getattr" },
[6315] = { 5, TD|TF, SEN(renameat2), "renameat2" },
-[6316] = { 3, 0, SEN(seccomp), "seccomp", },
-[6317] = { 3, 0, SEN(getrandom), "getrandom", },
-[6318] = { 2, TD, SEN(memfd_create), "memfd_create", },
-[6319] = { 3, TD, SEN(bpf), "bpf", },
-[6320] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
-[6321] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
-[6322] = { 2, 0, SEN(membarrier), "membarrier", },
+[6316] = { 3, 0, SEN(seccomp), "seccomp" },
+[6317] = { 3, 0, SEN(getrandom), "getrandom" },
+[6318] = { 2, TD, SEN(memfd_create), "memfd_create" },
+[6319] = { 3, TD, SEN(bpf), "bpf" },
+[6320] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat" },
+[6321] = { 1, TD, SEN(userfaultfd), "userfaultfd" },
+[6322] = { 2, 0, SEN(membarrier), "membarrier" },
[6323] = { 3, TM, SEN(mlock2), "mlock2" },
[6324] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
[6325] = { 6, TD, SEN(preadv2), "preadv2" },