Whamcloud - gitweb
LU-6210 libcfs: Change positional struct initializers to C99
[fs/lustre-release.git] / libcfs / libcfs / linux / linux-debug.c
index 5044cde..128f8aa 100644 (file)
@@ -245,9 +245,9 @@ static int panic_notifier(struct notifier_block *self, unsigned long unused1,
 }
 
 static struct notifier_block libcfs_panic_notifier = {
-        notifier_call :     panic_notifier,
-        next :              NULL,
-        priority :          10000
+       .notifier_call  = panic_notifier,
+       .next           = NULL,
+       .priority       = 10000
 };
 
 void libcfs_register_panic_notifier(void)