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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/softmac/softmac_dev.c
          +++ new/usr/src/uts/common/io/softmac/softmac_dev.c
↓ open down ↓ 133 lines elided ↑ open up ↑
 134  134  };
 135  135  
 136  136  static struct modlstrmod softmac_modlstrmod = {
 137  137          &mod_strmodops,
 138  138          "softmac module",
 139  139          &softmac_fmodsw
 140  140  };
 141  141  
 142  142  static struct modlinkage softmac_modlinkage = {
 143  143          MODREV_1,
 144      -        &softmac_modlstrmod,
 145      -        &softmac_modldrv,
 146      -        NULL
      144 +        {   &softmac_modlstrmod,
      145 +            &softmac_modldrv,
      146 +            NULL }
 147  147  };
 148  148  
 149  149  static void softmac_dedicated_rx(void *, mac_resource_handle_t, mblk_t *,
 150  150      mac_header_info_t *);
 151  151  
 152  152  /*ARGSUSED*/
 153  153  static int
 154  154  softmac_upper_constructor(void *buf, void *arg, int kmflag)
 155  155  {
 156  156          softmac_upper_t *sup = buf;
↓ open down ↓ 529 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX