On 2/11/25 10:36 AM, Diederik de Haas wrote: >> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > Shouldn't this be ``(GPL-2.0-only OR BSD-2-Clause)`` ? > > AFAIK it's the recommended form since SPDX 3.0: > https://spdx.dev/license-list-3-0-released/ It should, it's a copy-paste error. Looking in the driver patch, I shall update include/linux/firmware/samsung/exynos-acpm-protocol.h to GPL-2.0-only as well. And then I shall s/MODULE_LICENSE("GPL");/MODULE_LICENSE("GPL v2");/ everywhere as "GPL" indicates [GNU Public License v2 or later]. I'm going to respin everything to fix the License mismatch in the set. Thanks! ta