Skip to content

Commit 04cfc1a

Browse files
ColinIanKingjoergroedel
authored andcommitted
iommu/fsl_pamu: remove trailing space after \n
There is an extraenous space after \n in a pr_debug message. Remove it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Link: https://lore.kernel.org/r/20250430151853.923614-1-colin.i.king@gmail.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 8ffd015 commit 04cfc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/fsl_pamu_domain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ static int update_liodn_stash(int liodn, struct fsl_dma_domain *dma_domain,
6464
spin_lock_irqsave(&iommu_lock, flags);
6565
ret = pamu_update_paace_stash(liodn, val);
6666
if (ret) {
67-
pr_debug("Failed to update SPAACE for liodn %d\n ", liodn);
67+
pr_debug("Failed to update SPAACE for liodn %d\n", liodn);
6868
spin_unlock_irqrestore(&iommu_lock, flags);
6969
return ret;
7070
}

0 commit comments

Comments
 (0)