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

@@ -139,13 +139,13 @@
         &softmac_fmodsw
 };
 
 static struct modlinkage softmac_modlinkage = {
         MODREV_1,
-        &softmac_modlstrmod,
+        {   &softmac_modlstrmod,
         &softmac_modldrv,
-        NULL
+            NULL }
 };
 
 static void softmac_dedicated_rx(void *, mac_resource_handle_t, mblk_t *,
     mac_header_info_t *);