fixup .text where possible 7127 remove -Wno-missing-braces from Makefile.uts
@@ -45,12 +45,12 @@ "Hooks Interface v1.0", /* drv_linkinfo */ }; static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ - &modlmisc, /* ml_linkage */ - NULL + { &modlmisc, /* ml_linkage */ + NULL } }; static const char *hook_hintvalue_none = "<none>"; /*