From: Sai Prakash Ranjan Date: Wed, 25 Nov 2020 07:00:18 +0000 (+0530) Subject: iommu: arm-smmu-impl: Add a space before open parenthesis X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7f575a6087f47cf2a320d32a102be6276e9fd5bc;p=linux.git iommu: arm-smmu-impl: Add a space before open parenthesis Fix the checkpatch warning for space required before the open parenthesis. Signed-off-by: Sai Prakash Ranjan Acked-by: Will Deacon Link: https://lore.kernel.org/r/0b4c3718a87992f11340a1cdd99fd746c647e485.1606287059.git.saiprakash.ranjan@codeaurora.org Signed-off-by: Will Deacon --- diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-impl.c b/drivers/iommu/arm/arm-smmu/arm-smmu-impl.c index 26e2734eb4d7d..136872e77195f 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-impl.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-impl.c @@ -12,7 +12,7 @@ static int arm_smmu_gr0_ns(int offset) { - switch(offset) { + switch (offset) { case ARM_SMMU_GR0_sCR0: case ARM_SMMU_GR0_sACR: case ARM_SMMU_GR0_sGFSR: