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/bscbus.c
          +++ new/usr/src/uts/common/io/bscbus.c
↓ open down ↓ 361 lines elided ↑ open up ↑
 362  362  
 363  363  /*
 364  364   * Local data
 365  365   */
 366  366  
 367  367  static void *bscbus_statep;
 368  368  
 369  369  static major_t bscbus_major = NOMAJOR;
 370  370  
 371  371  static ddi_device_acc_attr_t bscbus_dev_acc_attr[1] = {
 372      -        DDI_DEVICE_ATTR_V0,
 373      -        DDI_STRUCTURE_LE_ACC,
 374      -        DDI_STRICTORDER_ACC
      372 +        {   DDI_DEVICE_ATTR_V0,
      373 +            DDI_STRUCTURE_LE_ACC,
      374 +            DDI_STRICTORDER_ACC }
 375  375  };
 376  376  
 377  377  
 378  378  /*
 379  379   *  General utility routines ...
 380  380   */
 381  381  
 382  382  #ifdef DEBUG
 383  383  static void
 384  384  bscbus_trace(struct bscbus_channel_state *csp, char code, const char *caller,
↓ open down ↓ 2251 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX