linux-yocto/drivers/iommu/arm/arm-smmu-v3
Chen Ni 7de7d35429 iommu/arm-smmu-v3: Convert comma to semicolon
Replace comma between expressions with semicolons.

Using a ',' in place of a ';' can have unintended side effects.
Although that is not the case here, it is seems best to use ';'
unless ',' is intended.

Found by inspection.
No functional change intended.
Compile tested only.

Fixes: e3b1be2e73 ("iommu/arm-smmu-v3: Reorganize struct arm_smmu_ctx_desc_cfg")
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Reviewed-by: Lu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20240923021557.3432068-1-nichen@iscas.ac.cn
Signed-off-by: Will Deacon <will@kernel.org>
2024-10-08 18:38:34 +01:00
..
arm-smmu-v3-sva.c iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain 2024-07-02 15:39:48 +01:00
arm-smmu-v3-test.c iommu/arm-smmu-v3-test: Test masters with stall enabled 2024-08-30 16:02:27 +01:00
arm-smmu-v3.c iommu/arm-smmu-v3: Convert comma to semicolon 2024-10-08 18:38:34 +01:00
arm-smmu-v3.h iommu/arm-smmu-v3: Reorganize struct arm_smmu_ctx_desc_cfg 2024-09-09 15:47:15 +01:00
Makefile iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV 2024-08-30 15:28:03 +01:00
tegra241-cmdqv.c iommu/tegra241-cmdqv: Do not allocate vcmdq until dma_set_mask_and_coherent 2024-09-05 16:07:38 +01:00