]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rts5208: Fixed checkpath warning.
authorPrakhar Sinha <prakharsinha2808@gmail.com>
Fri, 30 Aug 2019 12:16:56 +0000 (17:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2019 07:36:08 +0000 (09:36 +0200)
commit21d48f69d6fdf4542bab41122e54ccb2d6441dfd
treebc4270acd0d96a8c8171fb7ee40606ec17742590
parent2e63a4a4b78e2a68a475be98cdefedea30dc0d5c
staging: rts5208: Fixed checkpath warning.

This patch solves the following checkpatch.pl's message in drivers/staging/rts5208/rtsx_transport.c:397.

WARNING: line over 80 characters
+                               option = RTSX_SG_VALID | RTSX_SG_END | RTSX_SG_TRANS_DATA;

Signed-off-by: Prakhar Sinha <prakharsinha2808@gmail.com>
Link: https://lore.kernel.org/r/20190830121656.GA2740@MeraComputer
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx_transport.c