diff --git a/cr-restore.c b/cr-restore.c index 4f31d74b4..1d027804a 100644 --- a/cr-restore.c +++ b/cr-restore.c @@ -169,7 +169,7 @@ static int read_and_open_vmas(int pid, struct list_head *vmas, int *nr_vmas) if (e->fd != -1) { ret = -1; - pr_err("Error in vma->fd setting (%Ld)\n", + pr_err("Error in vma->fd setting (%Ld)\n", (unsigned long long)e->fd); break; } @@ -602,7 +602,7 @@ err: futex_abort_and_wake(&task_entries->nr_in_progress); } -/* +/* * FIXME Din't fail on xid restore failure. MySQL uses runaway * pgid and sid and there's nothing we can do about it yet :( */ diff --git a/include/types.h b/include/types.h index 29d15353e..5d65c8a72 100644 --- a/include/types.h +++ b/include/types.h @@ -105,7 +105,7 @@ typedef struct { #define _KNSIG 64 # define _NSIG_BPW 64 -#define _KNSIG_WORDS (_KNSIG / _NSIG_BPW) +#define _KNSIG_WORDS (_KNSIG / _NSIG_BPW) typedef struct { unsigned long sig[_KNSIG_WORDS]; diff --git a/pipes.c b/pipes.c index dd2f118ed..d4b576c1a 100644 --- a/pipes.c +++ b/pipes.c @@ -361,7 +361,7 @@ int dump_one_pipe_data(struct pipe_data_dump *pd, int lfd, const struct fd_parms if (pd->ids[i] == pipe_id(p)) return 0; } - + pr_info("Dumping data from pipe %#x fd %d\n", pipe_id(p), lfd); if (pd->nr >= NR_PIPES_WITH_DATA) { diff --git a/uts_ns.c b/uts_ns.c index 410003d67..c7b82c7bb 100644 --- a/uts_ns.c +++ b/uts_ns.c @@ -27,7 +27,7 @@ int dump_uts_ns(int ns_pid, struct cr_fdset *fdset) pr_perror("Error calling uname"); return ret; } - + ue.nodename = ubuf.nodename; ue.domainname = ubuf.domainname;