Compress blank lines

Suppress empty lines left after automated xlat conversion.
This commit is contained in:
Дмитрий Левин 2014-04-26 18:10:19 +00:00
parent 63ebcfc559
commit d35bdcad13
19 changed files with 3 additions and 73 deletions

1
bjm.c
View File

@ -70,7 +70,6 @@ struct module_info
};
#include "xlat/qm_which.h"
#include "xlat/modflags.h"
int

15
desc.c
View File

@ -39,21 +39,10 @@
#endif
#include "xlat/fcntlcmds.h"
#include "xlat/fdflags.h"
#ifdef LOCK_SH
#include "xlat/flockcmds.h"
#endif /* LOCK_SH */
#include "xlat/lockfcmds.h"
#ifdef F_NOTIFY
#include "xlat/notifyflags.h"
#endif
#include "xlat/perf_event_open_flags.h"
/*
@ -465,8 +454,8 @@ sys_osf_select(struct tcb *tcp)
#endif
#include "xlat/epollctls.h"
#include "xlat/epollevents.h"
#include "xlat/epollflags.h"
/* Not aliased to printargs_ld: we want it to have a distinct address */
int
@ -475,8 +464,6 @@ sys_epoll_create(struct tcb *tcp)
return printargs_ld(tcp);
}
#include "xlat/epollflags.h"
int
sys_epoll_create1(struct tcb *tcp)
{

View File

@ -2,7 +2,6 @@
#include <linux/fanotify.h>
#include "xlat/fan_classes.h"
#include "xlat/fan_init_flags.h"
int
@ -27,7 +26,6 @@ sys_fanotify_init(struct tcb *tcp)
}
#include "xlat/fan_mark_flags.h"
#include "xlat/fan_event_flags.h"
int

1
file.c
View File

@ -223,7 +223,6 @@ struct kernel_dirent {
#endif
#include "xlat/open_access_modes.h"
#include "xlat/open_mode_flags.h"
#ifndef AT_FDCWD

View File

@ -3,7 +3,6 @@
#include <linux/inotify.h>
#include "xlat/inotify_flags.h"
#include "xlat/inotify_init_flags.h"
int

7
ipc.c
View File

@ -64,19 +64,12 @@
extern void printsigevent(struct tcb *tcp, long arg);
#include "xlat/msgctl_flags.h"
#include "xlat/semctl_flags.h"
#include "xlat/shmctl_flags.h"
#include "xlat/resource_flags.h"
#include "xlat/shm_resource_flags.h"
#include "xlat/shm_flags.h"
#include "xlat/ipc_msg_flags.h"
#include "xlat/semop_flags.h"
int sys_msgget(struct tcb *tcp)

View File

@ -2,7 +2,6 @@
#include <linux/kexec.h>
#include "xlat/kexec_arch_values.h"
#include "xlat/kexec_flags.h"
static void

1
loop.c
View File

@ -32,7 +32,6 @@
#include <linux/loop.h>
#include "xlat/loop_flags_options.h"
#include "xlat/loop_crypt_type_options.h"
int loop_ioctl(struct tcb *tcp, long code, long arg)

5
mem.c
View File

@ -54,7 +54,6 @@ sys_brk(struct tcb *tcp)
}
#include "xlat/mmap_prot.h"
#include "xlat/mmap_flags.h"
static int
@ -268,7 +267,6 @@ sys_msync(struct tcb *tcp)
#ifdef MC_SYNC
#include "xlat/mctl_funcs.h"
#include "xlat/mctl_lockas.h"
int
@ -374,11 +372,8 @@ sys_remap_file_pages(struct tcb *tcp)
#define MPOL_MF_MOVE_ALL (1<<2)
#include "xlat/policies.h"
#include "xlat/mbindflags.h"
#include "xlat/mempolicyflags.h"
#include "xlat/move_pages_flags.h"
static void

5
mtd.c
View File

@ -42,13 +42,9 @@
#endif
#include "xlat/mtd_mode_options.h"
#include "xlat/mtd_type_options.h"
#include "xlat/mtd_flags_options.h"
#include "xlat/mtd_otp_options.h"
#include "xlat/mtd_nandecc_options.h"
int mtd_ioctl(struct tcb *tcp, long code, long arg)
@ -254,7 +250,6 @@ int mtd_ioctl(struct tcb *tcp, long code, long arg)
}
#include "xlat/ubi_volume_types.h"
#include "xlat/ubi_volume_props.h"
int ubi_ioctl(struct tcb *tcp, long code, long arg)

1
net.c
View File

@ -111,7 +111,6 @@
#endif
#include "xlat/msg_flags.h"
#include "xlat/sockoptions.h"
#if !defined(SOL_IP) && defined(IPPROTO_IP)

View File

@ -995,11 +995,7 @@ sys_uname(struct tcb *tcp)
}
#include "xlat/ptrace_cmds.h"
#ifdef PTRACE_SETOPTIONS
#include "xlat/ptrace_setoptions_flags.h"
#endif /* PTRACE_SETOPTIONS */
#include "xlat/nt_descriptor_types.h"
#define uoff(member) offsetof(struct user, member)

1
ptp.c
View File

@ -4,7 +4,6 @@
#include "xlat/ptp_flags_options.h"
int ptp_ioctl(struct tcb *tcp, long code, long arg)
{
if (!verbose(tcp))

View File

@ -99,7 +99,6 @@
#define XFS_GROUP_QUOTA (1<<2) /* group quota type */
#include "xlat/xfs_quota_flags.h"
#include "xlat/xfs_dqblk_flags.h"
/*

View File

@ -2,9 +2,7 @@
#include <linux/reboot.h>
#include "xlat/bootflags1.h"
#include "xlat/bootflags2.h"
#include "xlat/bootflags3.h"
int

View File

@ -101,7 +101,6 @@ struct sigcontext {
#endif
#include "xlat/sigact_flags.h"
#include "xlat/sigprocmaskcmds.h"
#endif /* HAVE_SIGACTION */
@ -328,17 +327,11 @@ print_sigset_addr_len(struct tcb *tcp, long addr, long len)
#endif
#include "xlat/siginfo_codes.h"
#include "xlat/sigill_codes.h"
#include "xlat/sigfpe_codes.h"
#include "xlat/sigtrap_codes.h"
#include "xlat/sigchld_codes.h"
#include "xlat/sigpoll_codes.h"
#include "xlat/sigprof_codes.h"
#ifdef SIGEMT
@ -346,7 +339,6 @@ print_sigset_addr_len(struct tcb *tcp, long addr, long len)
#endif
#include "xlat/sigsegv_codes.h"
#include "xlat/sigbus_codes.h"
#ifndef SYS_SECCOMP

View File

@ -414,25 +414,15 @@ int sys_capset(struct tcb *tcp)
# define CTL_PROC 4
# define CTL_CPU 10 /* older headers lack */
#include "xlat/sysctl_root.h"
#include "xlat/sysctl_kern.h"
#include "xlat/sysctl_vm.h"
#include "xlat/sysctl_net.h"
#include "xlat/sysctl_net_core.h"
#include "xlat/sysctl_net_unix.h"
#include "xlat/sysctl_net_ipv4.h"
#include "xlat/sysctl_net_ipv4_route.h"
#include "xlat/sysctl_net_ipv4_conf.h"
#include "xlat/sysctl_net_ipv6.h"
#include "xlat/sysctl_net_ipv6_route.h"
int

1
term.c
View File

@ -42,7 +42,6 @@
#endif
#include "xlat/baud_options.h"
#include "xlat/modem_flags.h"
int term_ioctl(struct tcb *tcp, long code, long arg)

9
time.c
View File

@ -398,9 +398,7 @@ sys_osf_setitimer(struct tcb *tcp)
#endif
#include "xlat/adjtimex_modes.h"
#include "xlat/adjtimex_status.h"
#include "xlat/adjtimex_state.h"
#if SUPPORTED_PERSONALITIES > 1
@ -522,17 +520,14 @@ sys_adjtimex(struct tcb *tcp)
}
#include "xlat/clockflags.h"
#include "xlat/clocknames.h"
#ifdef CLOCKID_TO_FD
#include "xlat/cpuclocknames.h"
#endif
static void
printclockname(int clockid)
{
#ifdef CLOCKID_TO_FD
# include "xlat/cpuclocknames.h"
if (clockid < 0) {
if ((clockid & CLOCKFD_MASK) == CLOCKFD)
tprintf("FD_TO_CLOCKID(%d)", CLOCKID_TO_FD(clockid));