ei->SenseLen);
        scsi_set_resid(cmd, ei->ResidualCnt);
 
-       if(ei->CommandStatus != 0)
-       { /* an error has occurred */
-               switch(ei->CommandStatus)
-               {
+       if (ei->CommandStatus != 0) { /* an error has occurred */
+               switch (ei->CommandStatus) {
                        case CMD_TARGET_STATUS:
                                /* Pass it up to the upper layers... */
                                if (!ei->ScsiStatus) {
        ErrorInfo_struct *ei;
 
        ei = c->err_info;
-       switch(ei->CommandStatus)
-       {
+       switch (ei->CommandStatus) {
                case CMD_TARGET_STATUS:
                        dev_warn(&h->pdev->dev,
                                "cmd %p has completed with errors\n", c);
                cciss_scsi_get_device_id(h, scsi3addr,
                        this_device->device_id, sizeof(this_device->device_id));
 
-               switch (this_device->devtype)
-               {
+               switch (this_device->devtype) {
                  case 0x05: /* CD-ROM */ {
 
                        /* We don't *really* support actual CD-ROM devices,
        memcpy(c->Request.CDB, cmd->cmnd, cmd->cmd_len);
        c->Request.Type.Type = TYPE_CMD;
        c->Request.Type.Attribute = ATTR_SIMPLE;
-       switch(cmd->sc_data_direction)
-       {
+       switch (cmd->sc_data_direction) {
          case DMA_TO_DEVICE:
                c->Request.Type.Direction = XFER_WRITE;
                break;