354ebb48db8e66a853a58379a4808d5dcd1ceac3 |
|
07-Dec-2012 |
Wanlong Gao <gaowanlong@cn.fujitsu.com> |
cleanup code indent Cleanup the code indent using: find . -name *.c -exec Lindent {} \; It's really a big change, but can fix almost all of the indent problem in C code, although we can't ensure all of the changes are right, but the error changes are really few. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/fs/fs-bench/boxmuler.c
|
ec6edca7aa42b6affd989ef91b5897f96795e40f |
|
18-Oct-2012 |
Chris Dearman <chris@mips.com> |
Add missing newline at end of file This is a scripted change done using the following command: find . -type d -name .git -prune -o \ -type f \! -name \*\~ \! -name .\#\* \ \! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \ xargs -0 sed -i -e '$a\' Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/kernel/fs/fs-bench/boxmuler.c
|
2c28215423293e443469a07ae7011135d058b671 |
|
16-Dec-2010 |
Garrett Cooper <yanegomi@gmail.com> |
Style and conformance changes. 1. Strip all leading space. 2. Move tst_exit() to main(). 3. Remove tst_exit() from cleanup(). 4. Remove cluebat comments. 5. Reduce some unnecessary whitespace. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/fs/fs-bench/boxmuler.c
|
8fb1cdb0538640f295691929650408688537fb7f |
|
29-Nov-2010 |
Garrett Cooper <yanegomi@gmail.com> |
More style cleanup. Do a better job at detecting spurious leading and trailing whitespace in branches and loop statements. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/fs/fs-bench/boxmuler.c
|
df3eb16e38c6a163b0a7367c885679eed6140964 |
|
29-Nov-2010 |
Garrett Cooper <yanegomi@gmail.com> |
Deal with a lot of annoying style nits. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/fs/fs-bench/boxmuler.c
|
9080a1ac2455fa5eef852385b8a62e8ad1028d25 |
|
10-Jul-2010 |
Subrata Modak <subratamodak@subratamodak.linux.ibm.com> |
add types for functions in fs-bench. Attached patch adds types for functions in sources for fs-bench just because when function doesn't have return type it defaults to int and this causes problems (for example when doing return from such function without value). Signed-off-by: Cyril Hrubis chrubis@suse.cz. Side note: he code quality for fs-bench is very poor, there is no documentation and the scripts are broken (mostly wrongly hardcoded paths). IMHO these tests are not worth fixing and candidate for removal. Please provide a build log. Garrett Cooper <yanegomi@gmail.com>. Okay apparently I've missed some "unused variable" and "implicit function declaration" warnings. Attached patch fixes all compilation issues (has previous two merged) but still at least the test scripts are broken. Signed-off-by: Cyril Hrubis chrubis@suse.cz.
/external/ltp/testcases/kernel/fs/fs-bench/boxmuler.c
|
adb08eb8fd68a49feb1ed55588363fe708ab5d7c |
|
18-Nov-2004 |
robbiew <robbiew> |
Added fs-bench by Hironobu SUZUKI and additional JFFS testscript by G.BANU PRAKASH.
/external/ltp/testcases/kernel/fs/fs-bench/boxmuler.c
|