]> git.baikalelectronics.ru Git - kernel.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)
commitc352ee7bc716509510c079328fca5a4db2c15d0a
treebc4270acd0d96a8c8171fb7ee40606ec17742590
parent8ba3f4d8029d245f77f18de359a5bb7e33454759
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