Print this page
7127  remove -Wno-missing-braces from Makefile.uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
          +++ new/usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32  static void cpqary3_ioctl_fil_bmic(CommandList_t *, cpqary3_bmic_pass_t *);
  33   33  static void cpqary3_ioctl_fil_bmic_sas(CommandList_t *, cpqary3_bmic_pass_t *);
  34   34  static int32_t cpqary3_ioctl_send_scsicmd(cpqary3_t *, cpqary3_scsi_pass_t *,
  35   35      int);
  36   36  static void cpqary3_ioctl_fil_scsi(CommandList_t *, cpqary3_scsi_pass_t *);
  37   37  
  38   38  /*
  39   39   * Global Variables Definitions
  40   40   */
  41   41  
  42      -cpqary3_driver_info_t gdriver_info = {0};
       42 +cpqary3_driver_info_t gdriver_info = {{0}};
  43   43  
  44   44  /* Function Definitions  */
  45   45  
  46   46  /*
  47   47   * Function     :       cpqary3_ioctl_driver_info
  48   48   * Description  :       This routine will get major/ minor versions, Number of
  49   49   *                      controllers detected & MAX Number of controllers
  50   50   *                      supported
  51   51   * Called By    :       cpqary3_ioctl
  52   52   * Parameters   :       ioctl_reqp      - address of the parameter sent from
↓ open down ↓ 809 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX