diff options
| author | Takashi Iwai <tiwai@suse.de> | 2023-03-31 22:37:02 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2023-03-31 22:37:02 +0300 |
| commit | f43359501e2d70ba8a68f2302c1009d9194fc60d (patch) | |
| tree | 5fb84bd31e4232c3b3af397c4956ba53b613c064 /include/uapi/linux/netdev.h | |
| parent | 9fdc1605c504204e0fdec7892b29c916579e06f3 (diff) | |
| parent | e3720f92e0237921da537e47a0b24e27899203f8 (diff) | |
| download | linux-f43359501e2d70ba8a68f2302c1009d9194fc60d.tar.xz | |
Merge tag 'asoc-fix-v6.3-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.3
More fixes for v6.3, plus a few new trivial device ID additions.
Almost all of this is for the Intel drivers, though there is one
core fix from Shengjiu which ensures that format constraints are
correctly applied in some cases where they were missed.
Diffstat (limited to 'include/uapi/linux/netdev.h')
| -rw-r--r-- | include/uapi/linux/netdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/netdev.h b/include/uapi/linux/netdev.h index 588391447bfb..8c4e3e536c04 100644 --- a/include/uapi/linux/netdev.h +++ b/include/uapi/linux/netdev.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause */ /* Do not edit directly, auto-generated from: */ /* Documentation/netlink/specs/netdev.yaml */ /* YNL-GEN uapi header */ |
