slic_write32(adapter, SLIC_REG_WCS, instruction);
                        instruction = *(u32 *)(fw->data + index);
                        index += 4;
-
                }
        }
        release_firmware(fw);
                /*  see if the EEPROM is valid by checking it's checksum */
                if ((eecodesize <= MAX_EECODE_SIZE) &&
                    (eecodesize >= MIN_EECODE_SIZE)) {
-
                        ee_chksum =
                            *(u16 *)((char *)peeprom + (eecodesize - 2));
                        /*
         */
        for (index = 1, pslic_handle = &adapter->slic_handles[1];
             index < SLIC_CMDQ_MAXCMDS; index++, pslic_handle++) {
-
                pslic_handle->token.handle_index = index;
                pslic_handle->type = SLIC_HANDLE_FREE;
                pslic_handle->next = adapter->pfree_slic_handles;