Re: [PATCH v2 1/5] staging: rtl8712: fix checkpatch long-line warning

From: Dan Carpenter
Date: Thu Apr 02 2020 - 04:17:49 EST


On Fri, Mar 27, 2020 at 08:08:07PM -0400, aimannajjar wrote:
> This patch fixes these two long-line checkpatch warnings
> in rtl871x_xmit.c:
>
> WARNING: line over 80 characters
> \#74: FILE: drivers/staging//rtl8712/rtl871x_xmit.c:74:
> + * Please allocate memory with the sz = (struct xmit_frame) * NR_XMITFRAME,
>
> WARNING: line over 80 characters
> \#79: FILE: drivers/staging//rtl8712/rtl871x_xmit.c:79:
> + kmalloc(NR_XMITFRAME * sizeof(struct xmit_frame) + 4, GFP_ATOMIC);
>
> Signed-off-by: aimannajjar <aiman.najjar@xxxxxxxxxxxx>
^^^^^^^^^^^

You need to use your proper legal name here. Please capitalize normally
like you would on a legal document.

regards,
dan carpenter