Print this page
fixup .text where possible
style update i86pc/io
7127  remove -Wno-missing-braces from Makefile.uts

@@ -154,11 +154,11 @@
  */
 struct {
         char    *pt_name;
         int     (*pt_func)(dr_handle_t *);
 } pt_arr[] = {
-        "quiesce",              dr_pt_test_suspend,
+        { "quiesce",            dr_pt_test_suspend }
 };
 
 int dr_modunload_okay = 0;              /* set to non-zero to allow unload */
 
 /*

@@ -427,12 +427,12 @@
         &dr_dev_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modldrv,
-        NULL
+        {   (void *)&modldrv,
+            NULL }
 };
 
 /*
  * Driver entry points.
  */