From: David S. Miller Date: Tue, 23 Jun 2020 22:18:48 +0000 (-0700) Subject: Merge branch 'cxgb4-cxgb4vf-fix-warnings-reported-by-sparse' X-Git-Tag: uuid-for-5.9~156^2~26 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a83024b95ab4c4c38c8c5b0f43402ffd92a851d1;p=users%2Fhch%2Fuuid.git Merge branch 'cxgb4-cxgb4vf-fix-warnings-reported-by-sparse' Rahul Lakkireddy says: ==================== cxgb4/cxgb4vf: fix warnings reported by sparse This series of patches fix various warnings reported by the sparse tool. Patches 1 and 2 fix lock context imbalance warnings. Patch 3 fixes cast to restricted __be64 warning when fetching timestamp in PTP path. Patch 4 fixes several cast to restricted __be32 warnings in TC-U32 offload parser. Patch 5 fixes several cast from restricted __be16 warnings in parsing L4 ports for filters. Patch 6 fixes several restricted __be32 degrades to integer warnings when comparing IP address masks for exact-match filters. Patch 7 fixes cast to restricted __be64 warning when fetching SGE queue contexts in device dump collection. Patch 8 fixes cast from restricted __sum16 warning when saving IPv4 partial checksum. Patch 9 fixes issue with string array scope in DCB path. Patch 10 fixes a set but unused variable warning when DCB is disabled. Patch 11 fixes several kernel-doc comment warnings in cxgb4 driver. Patch 12 fixes several kernel-doc comment warnings in cxgb4vf driver. ==================== Signed-off-by: David S. Miller --- a83024b95ab4c4c38c8c5b0f43402ffd92a851d1