staging: vt6655: channel.c: Fix block comments usage warning by checkpatch.pl
authorAnson Jacob <ansonjacob.aj@gmail.com>
Fri, 8 Jul 2016 22:22:37 +0000 (18:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:11:41 +0000 (18:11 +0200)
commitdd19b918f7b143ea4cf3c4fccd83be06cbc6122f
treebb373b678e910ded492415d376d62a989f0b888a
parent555d7a3ada1355981b897c159d7a2737863e876b
staging: vt6655: channel.c: Fix block comments usage warning by checkpatch.pl

This patch fixes the following checkpatch.pl warnings:

WARNING: Block comments use * on subsequent lines
+ /* TX_PE will reserve 3 us for MAX2829 A mode only,
+    it is for better TX throughput */

WARNING: Block comments use a trailing */ on a separate line
+    it is for better TX throughput */

Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/channel.c