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

2019-09-03 Thread Greg KH
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); > >

[PATCH] staging: rts5208: Fix checkpath warning

2019-08-31 Thread P SAI PRASANTH
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 --- drivers/staging/rts5208/xd.c | 3 ++- 1

[PATCH] staging: rts5208: Fix checkpath warning

2019-08-30 Thread P SAI PRASANTH
This patch fixes the following checkpath warning in the file drivers/staging/rts5208/rtsx_transport.c:546 WARNING: line over 80 characters + option = RTSX_SG_VALID | RTSX_SG_END | RTSX_SG_TRANS_DATA; Signed-off-by: P SAI PRASANTH ---