All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] iommu/fsl_pamu: remove trailing space after \n
@ 2025-04-30 15:18 Colin Ian King
  2025-05-06 15:34 ` Jason Gunthorpe
  2025-05-16  6:39 ` Joerg Roedel
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2025-04-30 15:18 UTC (permalink / raw)
  To: Joerg Roedel, Will Deacon, Robin Murphy, iommu
  Cc: kernel-janitors, linux-kernel

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>
---
 drivers/iommu/fsl_pamu_domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/fsl_pamu_domain.c b/drivers/iommu/fsl_pamu_domain.c
index 30be786bff11..5f08523f97cb 100644
--- a/drivers/iommu/fsl_pamu_domain.c
+++ b/drivers/iommu/fsl_pamu_domain.c
@@ -64,7 +64,7 @@ static int update_liodn_stash(int liodn, struct fsl_dma_domain *dma_domain,
 	spin_lock_irqsave(&iommu_lock, flags);
 	ret = pamu_update_paace_stash(liodn, val);
 	if (ret) {
-		pr_debug("Failed to update SPAACE for liodn %d\n ", liodn);
+		pr_debug("Failed to update SPAACE for liodn %d\n", liodn);
 		spin_unlock_irqrestore(&iommu_lock, flags);
 		return ret;
 	}
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-16  6:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-30 15:18 [PATCH][next] iommu/fsl_pamu: remove trailing space after \n Colin Ian King
2025-05-06 15:34 ` Jason Gunthorpe
2025-05-16  6:39 ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.