Whamcloud - gitweb
LU-6142 obd: fix white space, header
[fs/lustre-release.git] / lustre / tests / rwv.c
index 331586d..a6f4e61 100644 (file)
@@ -28,7 +28,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * lustre/tests/rwv.c
  */
@@ -53,7 +52,7 @@
 #define ACT_VERIFY      16
 #define ACT_OUTPUT     32
 
-void usage()
+static void usage(void)
 {
        printf("usage: rwv -f filename <-r|-w> [-a] [-z] [-d] [-v]");
        printf(" [-s offset] [-o[outf]] -n iovcnt SIZE1 SIZE2 SIZE3...\n");
@@ -67,7 +66,7 @@ void usage()
        printf("-o  write the file content of read to an optional file\n");
 }
 
-int data_verify(struct iovec *iov, int iovcnt, char c)
+static int data_verify(struct iovec *iov, int iovcnt, char c)
 {
        int i;