Whamcloud - gitweb
LU-5396 all: use NULL instead of 0
[fs/lustre-release.git] / lustre / obdclass / linux / linux-module.c
index 76ef057..3b574b7 100644 (file)
@@ -322,7 +322,7 @@ static struct lprocfs_seq_vars lprocfs_base[] = {
          .fops =       &obd_proc_health_fops   },
        { .name =       "jobid_var",
          .fops =       &obd_proc_jobid_var_fops},
-       { 0 }
+       { NULL }
 };
 #else
 #define lprocfs_base NULL