Commit 9efd12f2 authored by Pavel Emelyanov's avatar Pavel Emelyanov

code: Remove trailing whitespaces over .c and .h files

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 796d4ceb
......@@ -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 :(
*/
......
......@@ -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];
......
......@@ -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) {
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment