drivers: staging: lustre: Fix 'do not use C99 // comments' errors
[deliverable/linux.git] / drivers / staging / lustre / lustre / libcfs / linux / linux-debug.c
index eaa423d13650319bd53ea8c08f7adfd95fbae735..be6a1442dfe3c58f7735f30764db8e875c221b16 100644 (file)
@@ -82,7 +82,7 @@ void libcfs_run_debug_log_upcall(char *file)
        argv[0] = lnet_debug_log_upcall;
 
        LASSERTF(file != NULL, "called on a null filename\n");
-       argv[1] = file; //only need to pass the path of the file
+       argv[1] = file; /* only need to pass the path of the file */
 
        argv[2] = NULL;
 
This page took 0.026801 seconds and 5 git commands to generate.