Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull the trivial tree from Jiri Kosina: "Tiny usual fixes all over the place" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (34 commits) doc: fix old config name of kprobetrace fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldoc btrfs: fix the commment for the action flags in delayed-ref.h btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID vfs: fix kerneldoc for generic_fh_to_parent() treewide: fix comment/printk/variable typos ipr: fix small coding style issues doc: fix broken utf8 encoding nfs: comment fix platform/x86: fix asus_laptop.wled_type module parameter mfd: printk/comment fixes doc: getdelays.c: remember to close() socket on error in create_nl_socket() doc: aliasing-test: close fd on write error mmc: fix comment typos dma: fix comments spi: fix comment/printk typos in spi Coccinelle: fix typo in memdup_user.cocci tmiofb: missing NULL pointer checks tools: perf: Fix typo in tools/perf tools/testing: fix comment / output typos ...
This commit is contained in:
@@ -803,7 +803,7 @@ static void qla4xxx_conn_get_stats(struct iscsi_cls_conn *cls_conn,
|
||||
iscsi_stats_dma);
|
||||
if (ret != QLA_SUCCESS) {
|
||||
ql4_printk(KERN_ERR, ha,
|
||||
"Unable to retreive iscsi stats\n");
|
||||
"Unable to retrieve iscsi stats\n");
|
||||
goto free_stats;
|
||||
}
|
||||
|
||||
@@ -4338,7 +4338,7 @@ static int qla4xxx_compare_tuple_ddb(struct scsi_qla_host *ha,
|
||||
return QLA_ERROR;
|
||||
|
||||
/* For multi sessions, driver generates the ISID, so do not compare
|
||||
* ISID in reset path since it would be a comparision between the
|
||||
* ISID in reset path since it would be a comparison between the
|
||||
* driver generated ISID and firmware generated ISID. This could
|
||||
* lead to adding duplicated DDBs in the list as driver generated
|
||||
* ISID would not match firmware generated ISID.
|
||||
@@ -5326,7 +5326,7 @@ static void qla4xxx_destroy_fw_ddb_session(struct scsi_qla_host *ha)
|
||||
}
|
||||
}
|
||||
/**
|
||||
* qla4xxx_remove_adapter - calback function to remove adapter.
|
||||
* qla4xxx_remove_adapter - callback function to remove adapter.
|
||||
* @pci_dev: PCI device pointer
|
||||
**/
|
||||
static void __devexit qla4xxx_remove_adapter(struct pci_dev *pdev)
|
||||
|
Reference in New Issue
Block a user