summaryrefslogtreecommitdiffstats
path: root/sound/usb/usx2y/usX2Yhwdep.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-05-17 15:15:36 +0200
committerTakashi Iwai <tiwai@suse.de>2021-05-17 16:03:46 +0200
commit4c0a58ef36f3de1be0d1c8565ca854bcabd37e2b (patch)
tree6ef2f7a0d0b8a63f9fafbeaed2ada426b6a758e0 /sound/usb/usx2y/usX2Yhwdep.h
parentbae3ce4942980d5f7b2b9855f4a2db0c00f9dfbd (diff)
downloadlinux-stable-4c0a58ef36f3de1be0d1c8565ca854bcabd37e2b.tar.gz
linux-stable-4c0a58ef36f3de1be0d1c8565ca854bcabd37e2b.tar.bz2
linux-stable-4c0a58ef36f3de1be0d1c8565ca854bcabd37e2b.zip
ALSA: usx2y: Fix spaces
This patch corrects merely the spaces in the usx2y code, including the superfluous trailing space in the debug prints and a slight reformat of some comment lines. Nothing really touches about the code itself. Link: https://lore.kernel.org/r/20210517131545.27252-3-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usx2y/usX2Yhwdep.h')
-rw-r--r--sound/usb/usx2y/usX2Yhwdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usx2y/usX2Yhwdep.h b/sound/usb/usx2y/usX2Yhwdep.h
index 34cef625712c..0c9946d9cd99 100644
--- a/sound/usb/usx2y/usX2Yhwdep.h
+++ b/sound/usb/usx2y/usX2Yhwdep.h
@@ -2,6 +2,6 @@
#ifndef USX2YHWDEP_H
#define USX2YHWDEP_H
-int usx2y_hwdep_new(struct snd_card *card, struct usb_device* device);
+int usx2y_hwdep_new(struct snd_card *card, struct usb_device *device);
#endif