Re: [PATCH 2/2] char: xilinx_hwicap: Fix warnings in the driver

From: Michal Simek
Date: Fri Aug 04 2017 - 03:49:55 EST


On 4.8.2017 00:32, Rob Herring wrote:
> On Fri, Jul 28, 2017 at 03:17:26PM +0200, Michal Simek wrote:
>> From: Nava kishore Manne <nava.manne@xxxxxxxxxx>
>>
>> This patch fixes the below warning
>> --> Use #include <linux/io.h> instead of <asm/io.h>
>> --> Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
>> --> please, no space before tabs
>> --> Block comments use a trailing */ on a separate line
>> --> Possible unnecessary 'out of memory' message
>> --> Block comments use * on subsequent lines
>> --> Block comments use a trailing */ on a separate line
>> --> braces {} are not necessary for any arm of this statement
>> --> DT compatible string "xlnx,opb-hwicap-1.00.b"
>> appears un-documented
>> --> DT compatible string "xlnx,xps-hwicap-1.00.a"
>> appears un-documented
>>
>> Signed-off-by: Nava kishore Manne <navam@xxxxxxxxxx>
>> Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx>
>> ---
>>
>> Documentation/devicetree/bindings/xilinx.txt | 2 ++
>
> It's preferred to split bindings to separate patches. No need unless you
> respin:
>
> Acked-by: Rob Herring <robh@xxxxxxxxxx>

thanks. Was there any outcome from that discussion to extract binding
out of kernel source code?

Thanks,
Michal