TASK06: SUBTASK01, SUBTASK02 Add user-space program with kernel module Vitaliy.Zhyrko#105
TASK06: SUBTASK01, SUBTASK02 Add user-space program with kernel module Vitaliy.Zhyrko#105vitaliyzhirko wants to merge 2 commits intoKernel-GL-HRK:Vitaliy.Zhyrkofrom
Conversation
User-space program which tries to allocate buffers Signed-off-by: vitaliyzhirko <vitaliyzh@gmail.com>
|
Please check test_mem.c with checkpatch |
3584898 to
99ad6f6
Compare
|
fixed all checkpatch errors, added check script |
1a8e88e to
b1d73ee
Compare
|
Hi, see a lot of warnings and at least 3 errors using your patch, please fix them ERROR: that open brace { should be on the previous line
WARNING: please, no spaces at the start of a line
WARNING: Statements should start on a tabstop
WARNING: Statements should start on a tabstop
WARNING: Statements should start on a tabstop
WARNING: Statements should start on a tabstop
WARNING: Statements should start on a tabstop
WARNING: Statements should start on a tabstop
WARNING: Statements should start on a tabstop
WARNING: Statements should start on a tabstop
WARNING: please, no spaces at the start of a line
WARNING: please, no spaces at the start of a line
WARNING: please, no spaces at the start of a line
ERROR: that open brace { should be on the previous line
WARNING: please, no spaces at the start of a line
ERROR: that open brace { should be on the previous line
|
Kernel module and test allocation/freeing time Signed-off-by: vitaliyzhirko <vitaliyzh@gmail.com>
99ad6f6 to
b2d2ebf
Compare
|
./check.sh total: 0 errors, 1 warnings, 160 lines checked :)) |
User-space program which tries to allocate buffers
Signed-off-by: vitaliyzhirko vitaliyzh@gmail.com