Re: [PATCH] staging: rts5208: Fix checkpath warning

From: Greg KH
Date: Tue Sep 03 2019 - 03:34:54 EST


On Sat, Aug 31, 2019 at 01:02:24PM +0530, P SAI PRASANTH wrote:
> This patch fixes the following checkpath warning
> in file drivers/staging/rts5208/xd.c:1754
>
> WARNING: line over 80 characters
> + index, offset, DMA_TO_DEVICE,
> chip->xd_timeout);
>
> Signed-off-by: P SAI PRASANTH <saip2823@xxxxxxxxx>
> ---
> drivers/staging/rts5208/xd.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)

This had the same subject line as your previous patch, but did different
things. Please make the subjects unique.

thanks,

greg k-h