diff options
author | 2014-07-08 09:52:18 -0700 | |
---|---|---|
committer | 2014-07-09 10:38:23 +0100 | |
commit | 2907320df3189420cb66178a86b2917f4b64018f (patch) | |
tree | 953cae4299978b931d6b7face89fd81173c05644 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | iommu/arm-smmu: fix capability checking prior to device attach (diff) | |
download | linux-dev-2907320df3189420cb66178a86b2917f4b64018f.tar.xz linux-dev-2907320df3189420cb66178a86b2917f4b64018f.zip |
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 <mitchelh@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions