]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iommu/amd: Fix typo of , instead of ;
authorJason Gunthorpe <jgg@nvidia.com>
Fri, 30 Aug 2024 00:06:20 +0000 (21:06 -0300)
committerJoerg Roedel <jroedel@suse.de>
Wed, 4 Sep 2024 09:39:02 +0000 (11:39 +0200)
commita06dcb6b7897152e4dafdc9d4d84e9a35d0ae94a
treef124e09ad1ac0dfee350c9396f93dd289a249143
parent485534bfccb23e1c3e5915aca9acce1ecdc07a3f
iommu/amd: Fix typo of , instead of ;

Generates the same code, but is not the expected C style.

Fixes: aaac38f61487 ("iommu/amd: Initial support for AMD IOMMU v2 page table")
Reviewed-by: Vasant Hegde <vasant.hegde@amd.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/11-v2-831cdc4d00f3+1a315-amd_iopgtbl_jgg@nvidia.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd/io_pgtable_v2.c