Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (42 commits) tree-wide: fix misspelling of "definition" in comments reiserfs: fix misspelling of "journaled" doc: Fix a typo in slub.txt. inotify: remove superfluous return code check hdlc: spelling fix in find_pvc() comment doc: fix regulator docs cut-and-pasteism mtd: Fix comment in Kconfig doc: Fix IRQ chip docs tree-wide: fix assorted typos all over the place drivers/ata/libata-sff.c: comment spelling fixes fix typos/grammos in Documentation/edac.txt sysctl: add missing comments fs/debugfs/inode.c: fix comment typos sgivwfb: Make use of ARRAY_SIZE. sky2: fix sky2_link_down copy/paste comment error tree-wide: fix typos "couter" -> "counter" tree-wide: fix typos "offest" -> "offset" fix kerneldoc for set_irq_msi() spidev: fix double "of of" in comment comment typo fix: sybsystem -> subsystem ...
This commit is contained in:
@@ -678,7 +678,7 @@ lpfc_selective_reset(struct lpfc_hba *phba)
|
||||
* Notes:
|
||||
* Assumes any error from lpfc_selective_reset() will be negative.
|
||||
* If lpfc_selective_reset() returns zero then the length of the buffer
|
||||
* is returned which indicates succcess
|
||||
* is returned which indicates success
|
||||
*
|
||||
* Returns:
|
||||
* -EINVAL if the buffer does not contain the string "selective"
|
||||
@@ -3363,7 +3363,7 @@ sysfs_ctlreg_write(struct kobject *kobj, struct bin_attribute *bin_attr,
|
||||
* sysfs_ctlreg_read - Read method for reading from ctlreg
|
||||
* @kobj: kernel kobject that contains the kernel class device.
|
||||
* @bin_attr: kernel attributes passed to us.
|
||||
* @buf: if succesful contains the data from the adapter IOREG space.
|
||||
* @buf: if successful contains the data from the adapter IOREG space.
|
||||
* @off: offset into buffer to beginning of data.
|
||||
* @count: bytes to transfer.
|
||||
*
|
||||
|
@@ -815,7 +815,7 @@ lpfc_cmpl_els_flogi(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
|
||||
|
||||
/* FLOGI completes successfully */
|
||||
lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS,
|
||||
"0101 FLOGI completes sucessfully "
|
||||
"0101 FLOGI completes successfully "
|
||||
"Data: x%x x%x x%x x%x\n",
|
||||
irsp->un.ulpWord[4], sp->cmn.e_d_tov,
|
||||
sp->cmn.w2.r_a_tov, sp->cmn.edtovResolution);
|
||||
@@ -4151,7 +4151,7 @@ lpfc_els_rcv_rscn(struct lpfc_vport *vport, struct lpfc_iocbq *cmdiocb,
|
||||
/* Indicate we are walking fc_rscn_id_list on this vport */
|
||||
vport->fc_rscn_flush = 1;
|
||||
spin_unlock_irq(shost->host_lock);
|
||||
/* Get the array count after sucessfully have the token */
|
||||
/* Get the array count after successfully have the token */
|
||||
rscn_cnt = vport->fc_rscn_id_cnt;
|
||||
/* If we are already processing an RSCN, save the received
|
||||
* RSCN payload buffer, cmdiocb->context2 to process later.
|
||||
|
@@ -646,7 +646,7 @@ lpfc_hba_down_prep(struct lpfc_hba *phba)
|
||||
* down the SLI Layer.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucess.
|
||||
* 0 - success.
|
||||
* Any other value - error.
|
||||
**/
|
||||
static int
|
||||
@@ -701,7 +701,7 @@ lpfc_hba_down_post_s3(struct lpfc_hba *phba)
|
||||
* down the SLI Layer.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucess.
|
||||
* 0 - success.
|
||||
* Any other value - error.
|
||||
**/
|
||||
static int
|
||||
@@ -756,7 +756,7 @@ lpfc_hba_down_post_s4(struct lpfc_hba *phba)
|
||||
* uninitialization after the HBA is reset when bring down the SLI Layer.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucess.
|
||||
* 0 - success.
|
||||
* Any other value - error.
|
||||
**/
|
||||
int
|
||||
@@ -1262,7 +1262,7 @@ lpfc_handle_eratt_s4(struct lpfc_hba *phba)
|
||||
* routine from the API jump table function pointer from the lpfc_hba struct.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucess.
|
||||
* 0 - success.
|
||||
* Any other value - error.
|
||||
**/
|
||||
void
|
||||
@@ -3234,7 +3234,7 @@ static void lpfc_log_intr_mode(struct lpfc_hba *phba, uint32_t intr_mode)
|
||||
* PCI devices.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -3330,7 +3330,7 @@ lpfc_reset_hba(struct lpfc_hba *phba)
|
||||
* support the SLI-3 HBA device it attached to.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -3431,7 +3431,7 @@ lpfc_sli_driver_resource_unset(struct lpfc_hba *phba)
|
||||
* support the SLI-4 HBA device it attached to.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -3758,7 +3758,7 @@ lpfc_init_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
|
||||
* device specific resource setup to support the HBA device it attached to.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -3804,7 +3804,7 @@ lpfc_setup_driver_resource_phase1(struct lpfc_hba *phba)
|
||||
* device specific resource setup to support the HBA device it attached to.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -3869,7 +3869,7 @@ lpfc_free_iocb_list(struct lpfc_hba *phba)
|
||||
* list and set up the IOCB tag array accordingly.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -3988,7 +3988,7 @@ lpfc_free_active_sgl(struct lpfc_hba *phba)
|
||||
* list and set up the sgl xritag tag array accordingly.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -4102,7 +4102,7 @@ out_free_mem:
|
||||
* enabled and the driver is reinitializing the device.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - No availble memory
|
||||
* EIO - The mailbox failed to complete successfully.
|
||||
**/
|
||||
@@ -4262,7 +4262,7 @@ lpfc_sli4_remove_rpi_hdrs(struct lpfc_hba *phba)
|
||||
* PCI device data structure is set.
|
||||
*
|
||||
* Return codes
|
||||
* pointer to @phba - sucessful
|
||||
* pointer to @phba - successful
|
||||
* NULL - error
|
||||
**/
|
||||
static struct lpfc_hba *
|
||||
@@ -4318,7 +4318,7 @@ lpfc_hba_free(struct lpfc_hba *phba)
|
||||
* host with it.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -4487,7 +4487,7 @@ lpfc_post_init_setup(struct lpfc_hba *phba)
|
||||
* with SLI-3 interface spec.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -4782,7 +4782,7 @@ lpfc_sli4_bar2_register_memmap(struct lpfc_hba *phba, uint32_t vf)
|
||||
* this routine.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - could not allocated memory.
|
||||
**/
|
||||
static int
|
||||
@@ -4881,7 +4881,7 @@ lpfc_destroy_bootstrap_mbox(struct lpfc_hba *phba)
|
||||
* allocation for the port.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - No availble memory
|
||||
* EIO - The mailbox failed to complete successfully.
|
||||
**/
|
||||
@@ -4982,7 +4982,7 @@ lpfc_sli4_read_config(struct lpfc_hba *phba)
|
||||
* HBA consistent with the SLI-4 interface spec.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - No availble memory
|
||||
* EIO - The mailbox failed to complete successfully.
|
||||
**/
|
||||
@@ -5031,7 +5031,7 @@ lpfc_setup_endian_order(struct lpfc_hba *phba)
|
||||
* we just use some constant number as place holder.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - No availble memory
|
||||
* EIO - The mailbox failed to complete successfully.
|
||||
**/
|
||||
@@ -5326,7 +5326,7 @@ out_error:
|
||||
* operation.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - No availble memory
|
||||
* EIO - The mailbox failed to complete successfully.
|
||||
**/
|
||||
@@ -5390,7 +5390,7 @@ lpfc_sli4_queue_destroy(struct lpfc_hba *phba)
|
||||
* operation.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - No availble memory
|
||||
* EIO - The mailbox failed to complete successfully.
|
||||
**/
|
||||
@@ -5635,7 +5635,7 @@ out_error:
|
||||
* operation.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - No availble memory
|
||||
* EIO - The mailbox failed to complete successfully.
|
||||
**/
|
||||
@@ -5680,7 +5680,7 @@ lpfc_sli4_queue_unset(struct lpfc_hba *phba)
|
||||
* Later, this can be used for all the slow-path events.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* -ENOMEM - No availble memory
|
||||
**/
|
||||
static int
|
||||
@@ -5841,7 +5841,7 @@ lpfc_sli4_cq_event_release_all(struct lpfc_hba *phba)
|
||||
* all resources assigned to the PCI function which originates this request.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - No availble memory
|
||||
* EIO - The mailbox failed to complete successfully.
|
||||
**/
|
||||
@@ -6004,7 +6004,7 @@ lpfc_sli4_fcfi_unreg(struct lpfc_hba *phba, uint16_t fcfi)
|
||||
* with SLI-4 interface spec.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -6133,7 +6133,7 @@ lpfc_sli4_pci_mem_unset(struct lpfc_hba *phba)
|
||||
* will be left with MSI-X enabled and leaks its vectors.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -6265,7 +6265,7 @@ lpfc_sli_disable_msix(struct lpfc_hba *phba)
|
||||
* is done in this function.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
*/
|
||||
static int
|
||||
@@ -6324,7 +6324,7 @@ lpfc_sli_disable_msi(struct lpfc_hba *phba)
|
||||
* MSI-X -> MSI -> IRQ.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static uint32_t
|
||||
@@ -6414,7 +6414,7 @@ lpfc_sli_disable_intr(struct lpfc_hba *phba)
|
||||
* enabled and leaks its vectors.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -6524,7 +6524,7 @@ lpfc_sli4_disable_msix(struct lpfc_hba *phba)
|
||||
* which is done in this function.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static int
|
||||
@@ -6589,7 +6589,7 @@ lpfc_sli4_disable_msi(struct lpfc_hba *phba)
|
||||
* MSI-X -> MSI -> IRQ.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* other values - error
|
||||
**/
|
||||
static uint32_t
|
||||
|
@@ -1804,7 +1804,7 @@ lpfc_sli_handle_mb_event(struct lpfc_hba *phba)
|
||||
*/
|
||||
if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) ==
|
||||
MBX_SHUTDOWN) {
|
||||
/* Unknow mailbox command compl */
|
||||
/* Unknown mailbox command compl */
|
||||
lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
|
||||
"(%d):0323 Unknown Mailbox command "
|
||||
"x%x (x%x) Cmpl\n",
|
||||
@@ -4062,7 +4062,7 @@ lpfc_sli4_read_fcoe_params(struct lpfc_hba *phba,
|
||||
* addition, this routine gets the port vpd data.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - could not allocated memory.
|
||||
**/
|
||||
static int
|
||||
@@ -11428,7 +11428,7 @@ lpfc_sli4_handle_received_buffer(struct lpfc_hba *phba,
|
||||
* sequential.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* EIO - The mailbox failed to complete successfully.
|
||||
* When this error occurs, the driver is not guaranteed
|
||||
* to have any rpi regions posted to the device and
|
||||
@@ -11466,7 +11466,7 @@ lpfc_sli4_post_all_rpi_hdrs(struct lpfc_hba *phba)
|
||||
* maps up to 64 rpi context regions.
|
||||
*
|
||||
* Return codes
|
||||
* 0 - sucessful
|
||||
* 0 - successful
|
||||
* ENOMEM - No available memory
|
||||
* EIO - The mailbox failed to complete successfully.
|
||||
**/
|
||||
@@ -11528,7 +11528,7 @@ lpfc_sli4_post_rpi_hdr(struct lpfc_hba *phba, struct lpfc_rpi_hdr *rpi_page)
|
||||
* PAGE_SIZE modulo 64 rpi context headers.
|
||||
*
|
||||
* Returns
|
||||
* A nonzero rpi defined as rpi_base <= rpi < max_rpi if sucessful
|
||||
* A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
|
||||
* LPFC_RPI_ALLOC_ERROR if no rpis are available.
|
||||
**/
|
||||
int
|
||||
|
Reference in New Issue
Block a user