mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Vova Sharaienko <sharaienko@google.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>,
	Robin Murphy <robin.murphy@arm.com>
Cc: Vova Sharaienko <sharaienko@google.com>,
	kernel-team@android.com, iommu@lists.linux.dev,
	 linux-kernel@vger.kernel.org
Subject: [PATCH] kernel: dma: coherent: fix spacing coding style issue
Date: Tue, 23 Jun 2026 00:08:20 +0000	[thread overview]
Message-ID: <20260623000821.2269955-1-sharaienko@google.com> (raw)

Fixed spacing around * coding style issue

Signed-off-by: Vova Sharaienko <sharaienko@google.com>
---
 kernel/dma/coherent.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/dma/coherent.c b/kernel/dma/coherent.c
index bcdc0f76d2e8..480dd1766ece 100644
--- a/kernel/dma/coherent.c
+++ b/kernel/dma/coherent.c
@@ -28,7 +28,7 @@ static inline struct dma_coherent_mem *dev_get_coherent_memory(struct device *de
 }
 
 static inline dma_addr_t dma_get_device_base(struct device *dev,
-					     struct dma_coherent_mem * mem)
+					     struct dma_coherent_mem *mem)
 {
 	if (mem->use_dev_dma_pfn_offset)
 		return phys_to_dma(dev, PFN_PHYS(mem->pfn_base));
-- 
2.55.0.rc0.786.g65d90a0328-goog


             reply	other threads:[~2026-06-23  0:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20260623000828eucas1p1bb57979dfbe5b3b03ce605db4db05f4c@eucas1p1.samsung.com>
2026-06-23  0:08 ` Vova Sharaienko [this message]
2026-07-13  7:33   ` Marek Szyprowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260623000821.2269955-1-sharaienko@google.com \
    --to=sharaienko@google.com \
    --cc=iommu@lists.linux.dev \
    --cc=kernel-team@android.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=robin.murphy@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox