Whamcloud - gitweb
LU-15519 quota: fallocate does not increase projectid usage
[fs/lustre-release.git] / snmp / lustre-snmp-util.c
index fbbe8f6..8789331 100644 (file)
@@ -25,7 +25,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * snmp/lustre-snmp-util.c
  *
@@ -271,7 +270,6 @@ void lustrefs_ctrl(int command)
         execvp(cmd[0], cmd);
         report("failed to execvp(\'%s %s\')",cmd[0],cmd[1]);
     }
-    return;
 }
 
 /*****************************************************************************
@@ -416,7 +414,6 @@ void report(const char *fmt, ...)
 
     DEBUGMSGTL(("lsnmpd", "%s\n", buf));
     fprintf(stderr, "%s\n", buf);
-    return;
 }