X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fstaging%2Flustre%2Flustre%2Flibcfs%2Flinux%2Flinux-debug.c;h=be6a1442dfe3c58f7735f30764db8e875c221b16;hb=995c8b4a555baf29de86ce6b68967d03791ae2b2;hp=eaa423d13650319bd53ea8c08f7adfd95fbae735;hpb=22403d9eae75ae0f86c92b9f0a8bda1aa2e069e3;p=deliverable%2Flinux.git diff --git a/drivers/staging/lustre/lustre/libcfs/linux/linux-debug.c b/drivers/staging/lustre/lustre/libcfs/linux/linux-debug.c index eaa423d13650..be6a1442dfe3 100644 --- a/drivers/staging/lustre/lustre/libcfs/linux/linux-debug.c +++ b/drivers/staging/lustre/lustre/libcfs/linux/linux-debug.c @@ -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;