Re: [PATCH 1/1] net: phy: bcm-phy-lib: Fix module license issue

From: Arun Parameswaran
Date: Thu Oct 15 2015 - 13:11:18 EST




On 15-10-14 06:39 PM, David Miller wrote:
> From: Arun Parameswaran <arunp@xxxxxxxxxxxx>
> Date: Tue, 13 Oct 2015 13:40:12 -0700
>
>> The 'bcm-phy-lib.c', added as a part of the commit
>> "net: phy: Add Broadcom phy library for common interfaces"
>> was missing the module license. This was causing an issue
>> when the library is built as a module; "module license
>> 'unspecified' taints kernel".
>>
>> This patch fixes the issue by adding the module license,
>> author and description to the bcm-phy-lib.c file.
>>
>> Fixes: a1cba5613edf5 ("net: phy: Add Broadcom phy library for common
>> interfaces")
>> Signed-off-by: Arun Parameswaran <arunp@xxxxxxxxxxxx>
> This patch doesn't apply to my net-next tree at all.

There is a mismatch in the 'git diff' output, for the last 3 lines in
bcm-phy-lib.c

For some reason the patch I created has '@@ -207,3 +208,6 @@', instead of
'@@ -206,3 +207,7 @@', when created from the 'net-next'.

I will send out a patch based on the 'net-next'.

Thanks
Arun


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/