Loading drivers/net/wireless/rtlwifi/rtl8192de/dm.c +1 −1 Original line number Diff line number Diff line Loading @@ -416,7 +416,7 @@ static void rtl92d_dm_dig(struct ieee80211_hw *hw) /* because we will send data pkt when scanning * this will cause some ap like gear-3700 wep TP * lower if we retrun here, this is the diff of * lower if we return here, this is the diff of * mac80211 driver vs ieee80211 driver */ /* if (rtlpriv->mac80211.act_scanning) * return; */ Loading drivers/scsi/bfa/bfad_im.c +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ bfad_im_abort_handler(struct scsi_cmnd *cmnd) spin_lock_irqsave(&bfad->bfad_lock, flags); hal_io = (struct bfa_ioim_s *) cmnd->host_scribble; if (!hal_io) { /* IO has been completed, retrun success */ /* IO has been completed, return success */ rc = SUCCESS; goto out; } Loading drivers/scsi/hpsa.c +1 −1 Original line number Diff line number Diff line Loading @@ -1054,7 +1054,7 @@ static void adjust_hpsa_scsi_table(struct ctlr_info *h, int hostno, } /* * Lookup bus/target/lun and retrun corresponding struct hpsa_scsi_dev_t * * Lookup bus/target/lun and return corresponding struct hpsa_scsi_dev_t * * Assume's h->devlock is held. */ static struct hpsa_scsi_dev_t *lookup_hpsa_scsi_dev(struct ctlr_info *h, Loading drivers/scsi/lpfc/lpfc_bsg.c +1 −1 Original line number Diff line number Diff line Loading @@ -2627,7 +2627,7 @@ static int lpfcdiag_loop_get_xri(struct lpfc_hba *phba, uint16_t rpi, * @phba: Pointer to HBA context object * * This function allocates BSG_MBOX_SIZE (4KB) page size dma buffer and. * retruns the pointer to the buffer. * returns the pointer to the buffer. **/ static struct lpfc_dmabuf * lpfc_bsg_dma_page_alloc(struct lpfc_hba *phba) Loading drivers/scsi/qla2xxx/qla_bsg.c +1 −1 Original line number Diff line number Diff line Loading @@ -1882,7 +1882,7 @@ qla24xx_process_bidir_cmd(struct fc_bsg_job *bsg_job) bsg_job->reply->reply_payload_rcv_len = 0; bsg_job->reply->result = (DID_OK) << 16; bsg_job->job_done(bsg_job); /* Always retrun success, vendor rsp carries correct status */ /* Always return success, vendor rsp carries correct status */ return 0; } Loading Loading
drivers/net/wireless/rtlwifi/rtl8192de/dm.c +1 −1 Original line number Diff line number Diff line Loading @@ -416,7 +416,7 @@ static void rtl92d_dm_dig(struct ieee80211_hw *hw) /* because we will send data pkt when scanning * this will cause some ap like gear-3700 wep TP * lower if we retrun here, this is the diff of * lower if we return here, this is the diff of * mac80211 driver vs ieee80211 driver */ /* if (rtlpriv->mac80211.act_scanning) * return; */ Loading
drivers/scsi/bfa/bfad_im.c +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ bfad_im_abort_handler(struct scsi_cmnd *cmnd) spin_lock_irqsave(&bfad->bfad_lock, flags); hal_io = (struct bfa_ioim_s *) cmnd->host_scribble; if (!hal_io) { /* IO has been completed, retrun success */ /* IO has been completed, return success */ rc = SUCCESS; goto out; } Loading
drivers/scsi/hpsa.c +1 −1 Original line number Diff line number Diff line Loading @@ -1054,7 +1054,7 @@ static void adjust_hpsa_scsi_table(struct ctlr_info *h, int hostno, } /* * Lookup bus/target/lun and retrun corresponding struct hpsa_scsi_dev_t * * Lookup bus/target/lun and return corresponding struct hpsa_scsi_dev_t * * Assume's h->devlock is held. */ static struct hpsa_scsi_dev_t *lookup_hpsa_scsi_dev(struct ctlr_info *h, Loading
drivers/scsi/lpfc/lpfc_bsg.c +1 −1 Original line number Diff line number Diff line Loading @@ -2627,7 +2627,7 @@ static int lpfcdiag_loop_get_xri(struct lpfc_hba *phba, uint16_t rpi, * @phba: Pointer to HBA context object * * This function allocates BSG_MBOX_SIZE (4KB) page size dma buffer and. * retruns the pointer to the buffer. * returns the pointer to the buffer. **/ static struct lpfc_dmabuf * lpfc_bsg_dma_page_alloc(struct lpfc_hba *phba) Loading
drivers/scsi/qla2xxx/qla_bsg.c +1 −1 Original line number Diff line number Diff line Loading @@ -1882,7 +1882,7 @@ qla24xx_process_bidir_cmd(struct fc_bsg_job *bsg_job) bsg_job->reply->reply_payload_rcv_len = 0; bsg_job->reply->result = (DID_OK) << 16; bsg_job->job_done(bsg_job); /* Always retrun success, vendor rsp carries correct status */ /* Always return success, vendor rsp carries correct status */ return 0; } Loading