Print this page
cstyle sort of updates
7127  remove -Wno-missing-braces from Makefile.uts

@@ -115,13 +115,13 @@
         &sppptun_fmodsw
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modlstrmod,
+        {   (void *)&modlstrmod,
         (void *)&modldrv,
-        NULL
+            NULL }
 };
 
 int
 _init(void)
 {