On Thursday 09 May 2013 04:42:55 DAN LI wrote: > --- a/testcases/kernel/syscalls/ipc/semctl/semctl01.c > +++ b/testcases/kernel/syscalls/ipc/semctl/semctl01.c > > /* > @@ -24,32 +23,6 @@ > * DESCRIPTION > * semctl01 - test the 10 possible semctl() commands > * > - * ALGORITHM > - * create a semaphore set with read and alter permissions > - * loop if that option was specified > - * loop through the test cases > - * do any setup required for the test case > - * make the semctl() call using the TEST() macro > - * check the return code > - * if failure, issue a FAIL message. > - * otherwise, > - * if doing functionality testing > - * call the appropriate test function > - * if correct, > - * issue a PASS message > - * otherwise > - * issue a FAIL message > - * call cleanup i don't see high level DESCRIPTION/ALGORITHM as "useless". why do you ? > * HISTORY on the flip side, HISTORY is pretty useless. that's what `git log` is for. -mike