mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: shijie001@208suo.com
To: geoff@infradead.org, perex@perex.cz, tiwai@suse.com
Cc: npiggin@gmail.com, christophe.leroy@csgroup.eu,
	linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: [PATCH] ALSA: ps3: Fix errors in snd_ps3.h
Date: Tue, 18 Jul 2023 09:16:44 +0800	[thread overview]
Message-ID: <4141ec70d3f6115eee4b14a914dc5e1c@208suo.com> (raw)
In-Reply-To: <tencent_2130AC270179617F92DB16AC98CB57239507@qq.com>

The following checkpatch errors are removed:
ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Jie Shi <shijie001@208suo.com>
---
  sound/ppc/snd_ps3.h | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sound/ppc/snd_ps3.h b/sound/ppc/snd_ps3.h
index 8b554a79bc14..63bdb8ee3953 100644
--- a/sound/ppc/snd_ps3.h
+++ b/sound/ppc/snd_ps3.h
@@ -69,11 +69,11 @@ struct snd_ps3_card_info {
      /* dma buffer management */
      spinlock_t dma_lock;
          /* dma_lock start */
-        void * dma_start_vaddr[2]; /* 0 for L, 1 for R */
+        void *dma_start_vaddr[2]; /* 0 for L, 1 for R */
          dma_addr_t dma_start_bus_addr[2];
          size_t dma_buffer_size;
-        void * dma_last_transfer_vaddr[2];
-        void * dma_next_transfer_vaddr[2];
+        void *dma_last_transfer_vaddr[2];
+        void *dma_next_transfer_vaddr[2];
          int    silent;
          /* dma_lock end */

           reply	other threads:[~2023-07-18  1:16 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <tencent_2130AC270179617F92DB16AC98CB57239507@qq.com>]

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=4141ec70d3f6115eee4b14a914dc5e1c@208suo.com \
    --to=shijie001@208suo.com \
    --cc=christophe.leroy@csgroup.eu \
    --cc=geoff@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=npiggin@gmail.com \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.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

all inboxes | Powered by JetHome®