mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ALSA: ps3: Fix errors in snd_ps3.h
       [not found] <tencent_2130AC270179617F92DB16AC98CB57239507@qq.com>
@ 2023-07-18  1:16 ` shijie001
  0 siblings, 0 replies; only message in thread
From: shijie001 @ 2023-07-18  1:16 UTC (permalink / raw)
  To: geoff, perex, tiwai; +Cc: npiggin, christophe.leroy, linuxppc-dev, linux-kernel

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 */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-18  1:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_2130AC270179617F92DB16AC98CB57239507@qq.com>
2023-07-18  1:16 ` [PATCH] ALSA: ps3: Fix errors in snd_ps3.h shijie001

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®