From: Mitchel Humpherys Date: Tue, 8 Jul 2014 16:52:18 +0000 (-0700) Subject: iommu/arm-smmu: fix some checkpatch issues X-Git-Tag: omap-for-v3.17/fixes-against-rc2~158^2^5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2907320df3189420cb66178a86b2917f4b64018f;p=pandora-kernel.git iommu/arm-smmu: fix some checkpatch issues Fix some issues reported by checkpatch.pl. Mostly whitespace, but also includes min=>min_t, kzalloc=>kcalloc, and kmalloc=>kmalloc_array. The only issue I'm leaving alone is: arm-smmu.c:853: WARNING: line over 80 characters #853: FILE: arm-smmu.c:853: + (MAIR_ATTR_WBRWA << MAIR_ATTR_SHIFT(MAIR_ATTR_IDX_CACHE)) | since it seems to be a case where "exceeding 80 columns significantly increases readability and does not hide information." (Documentation/CodingStyle). Signed-off-by: Mitchel Humpherys Signed-off-by: Will Deacon --- Reading git-diff-tree failed