History log of /external/ltp/testcases/kernel/io/disktest/sfunc.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/io/disktest/sfunc.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/io/disktest/sfunc.c
1e6f5a673655551de5734ff31ef48cd63b604e6d 19-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Resolving all compile errors via a script

This may leave dupe calls to tst_exit in main, but those are easier
to deal (and much less) than no-compile scenarios.

As a side-effect, fix all trailing whitespace issues.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/io/disktest/sfunc.c
08e1bdc3620b5208e3684878dd4b8e5c4cbab5d3 19-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Fix warning.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/io/disktest/sfunc.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/io/disktest/sfunc.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/io/disktest/sfunc.c
4bb656a129f7507823e9e6d6b98b1a02fd80ef89 26-Feb-2009 subrata_modak <subrata_modak> Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>.
/external/ltp/testcases/kernel/io/disktest/sfunc.c
43337a3cf6f8809647cf9fc6c0054241f44b1fb1 26-Feb-2009 subrata_modak <subrata_modak> Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>.
/external/ltp/testcases/kernel/io/disktest/sfunc.c
77e42cafa8942eba6e7706c9d9c25a04ec7cdda5 14-Feb-2008 subrata_modak <subrata_modak> Disktest application update to version 1.4.2, by, Brent Yardley <yardleyb@us.ibm.com>
/external/ltp/testcases/kernel/io/disktest/sfunc.c
062c5610ac20050282521eb948fd3cae5cd24f54 24-Feb-2006 vapier <vapier> kill off warning about j being unused
/external/ltp/testcases/kernel/io/disktest/sfunc.c
d18ffdd88be3c62d027fd49a115bc9c4fe4b910c 04-May-2005 mridge <mridge> Update to version 1.2.8
/external/ltp/testcases/kernel/io/disktest/sfunc.c
63f12ff6ff6ac8de6bba5201b43fbb258ea54f7b 17-Sep-2003 robbiew <robbiew> Update to 1.1.12
/external/ltp/testcases/kernel/io/disktest/sfunc.c
6b98df5129acc12aad3167a9c6c12fda5afc6c31 17-Apr-2003 robbiew <robbiew> Updated to v1.1.10
/external/ltp/testcases/kernel/io/disktest/sfunc.c
6e112132382b6442b636ee39b02951d771408e8f 21-Feb-2002 robbiew <robbiew> Relocated disktest to /kernel/io/.
/external/ltp/testcases/kernel/io/disktest/sfunc.c