Another semiautomated cleanup.

Remove comments such as:

- /* Test program identifier.    */

- /* Total number of test cases. */

- /* Extern Global Variables */

- /* Harness Specific Include Files. */

- /* Standard Include Files */

- /* Parse standard options given to run the test. */

- etc.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
diff --git a/testcases/kernel/syscalls/syslog/syslogtst.c b/testcases/kernel/syscalls/syslog/syslogtst.c
index fad6fc0..0935503 100644
--- a/testcases/kernel/syscalls/syslog/syslogtst.c
+++ b/testcases/kernel/syscalls/syslog/syslogtst.c
@@ -34,8 +34,8 @@
  *These globals must be defined in the test.
  */
 
-char *TCID = "syslogtst";	/* Test program identifier.    */
-int TST_TOTAL = 1;		/* Total number of test cases. */
+char *TCID = "syslogtst";
+int TST_TOTAL = 1;
 
 int exp_enos[] = { 0 };		/* List must end with 0 */