From mboxrd@z Thu Jan 1 00:00:00 1970 From: vkoul@kernel.org (Vinod Koul) Date: Sun, 11 Nov 2018 14:39:59 +0530 Subject: [PATCH 2/3] dma: bcm2835: make license text and module license match In-Reply-To: <1540292769-5905-3-git-send-email-stefan.wahren@i2se.com> References: <1540292769-5905-1-git-send-email-stefan.wahren@i2se.com> <1540292769-5905-3-git-send-email-stefan.wahren@i2se.com> Message-ID: <20181111090959.GX12092@vkoul-mobl> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 23-10-18, 13:06, Stefan Wahren wrote: > The license text is specifying GPL v2 or later but the MODULE_LICENSE > is set to GPL v2 which means GNU Public License v2 only. So choose the > license text as the correct one. Applied after fixing subsystem name, thanks -- ~Vinod