Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
9efd12f2
Commit
9efd12f2
authored
Aug 11, 2012
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code: Remove trailing whitespaces over .c and .h files
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
796d4ceb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
cr-restore.c
cr-restore.c
+2
-2
types.h
include/types.h
+1
-1
pipes.c
pipes.c
+1
-1
uts_ns.c
uts_ns.c
+1
-1
No files found.
cr-restore.c
View file @
9efd12f2
...
...
@@ -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 :(
*/
...
...
include/types.h
View file @
9efd12f2
...
...
@@ -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
];
...
...
pipes.c
View file @
9efd12f2
...
...
@@ -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
)
{
...
...
uts_ns.c
View file @
9efd12f2
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment