From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/arch/x86_64/sound/usb_stream.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/arch/x86_64/sound/usb_stream.h') diff --git a/include/arch/x86_64/sound/usb_stream.h b/include/arch/x86_64/sound/usb_stream.h index 6a6c3ca6..b4a7a4bb 100644 --- a/include/arch/x86_64/sound/usb_stream.h +++ b/include/arch/x86_64/sound/usb_stream.h @@ -8,8 +8,7 @@ #define USB_STREAM_INTERFACE_VERSION 2 -#define SNDRV_USB_STREAM_IOCTL_SET_PARAMS \ - _IOW('H', 0x90, struct usb_stream_config) +#define SNDRV_USB_STREAM_IOCTL_SET_PARAMS _IOW('H', 0x90, struct usb_stream_config) struct usb_stream_packet { unsigned offset; -- cgit v1.2.3