From: Aliya Rahmani <aliyarahmani786@xxxxxxxxx> Removed indentation to fix the checkpatch error that lines should not end with a '('. Signed-off-by: Aliya Rahmani <aliyarahmani786@xxxxxxxxx> --- drivers/staging/vt6655/rxtx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/vt6655/rxtx.c b/drivers/staging/vt6655/rxtx.c index 53506e242a96..dce9d87d2363 100644 --- a/drivers/staging/vt6655/rxtx.c +++ b/drivers/staging/vt6655/rxtx.c @@ -569,8 +569,7 @@ s_uFillDataHead( static void -s_vFillRTSHead( - struct vnt_private *pDevice, +s_vFillRTSHead(struct vnt_private *pDevice, unsigned char byPktType, void *pvRTS, unsigned int cbFrameLength, -- 2.25.1