mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
4c0a58ef36
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>
8 lines
161 B
C
8 lines
161 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef USX2YHWDEP_H
|
|
#define USX2YHWDEP_H
|
|
|
|
int usx2y_hwdep_new(struct snd_card *card, struct usb_device *device);
|
|
|
|
#endif
|