projects
/
kernel
/
swap-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e1f4a
)
[IMPROVE] writer: discarded u64 -> unsigned int
author
Nikita Kalyazin
<n.kalyazin@samsung.com>
Sun, 14 Jul 2013 11:01:10 +0000
(15:01 +0400)
committer
Nikita Kalyazin
<n.kalyazin@samsung.com>
Sun, 14 Jul 2013 11:01:10 +0000
(15:01 +0400)
writer/swap_writer_module.c
patch
|
blob
|
history
diff --git
a/writer/swap_writer_module.c
b/writer/swap_writer_module.c
index
3c014cb
..
e1684a3
100644
(file)
--- a/
writer/swap_writer_module.c
+++ b/
writer/swap_writer_module.c
@@
-30,7
+30,7
@@
enum MSG_ID {
static char *cpu_buf[NR_CPUS];
static u32 seq_num = 0;
-static u
64
discarded = 0;
+static u
nsigned int
discarded = 0;
int init_msg(size_t buf_size)
{