This patch series addresses several warnings reported by static source code analysis tools for the qla2xxx driver (gcc (W=1), sparse (C=2) and smatch (C=2 CHECK="smatch -p=kernel")). The patches in this series are: 0001-qla2xxx-Declare-local-functions-static.patch 0002-qla2xxx-Remove-set-but-not-used-variables.patch 0003-qla2xxx-Replace-two-macros-with-an-inline-function.patch 0004-qla2xxx-Remove-__constant_-prefix.patch 0005-qla2xxx-Specify-the-noderef-attribute-once.patch 0006-qla2xxx-Fix-sparse-annotations.patch 0007-qla2xxx-Remove-a-superfluous-test.patch 0008-qla2xxx-Remove-unreachable-code.patch 0009-qla2xxx-Comment-out-unreachable-code.patch 0010-qla2xxx-Fix-indentation.patch The changes compared to v1 of this series are: - Rebased this patch series onto kernel v4.1-rc6. - Also removed variable 'd2' in patch 3. - Also remove the recently introduced dead code in patch 10. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html