]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: vt6556: Cleanup coding style: comments
authorPeter Senna Tschudin <peter.senna@gmail.com>
Tue, 15 Jul 2014 21:23:25 +0000 (23:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2014 04:55:29 +0000 (21:55 -0700)
This patch cleanup coding style issues on comments.

Tested by compilation only.

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/baseband.c
drivers/staging/vt6656/card.c
drivers/staging/vt6656/channel.c

index 97e10e077c11983f2bcb090ebc3deba0731a8850..adf27bae599fa5d4022ab31c1bdb88cde794bd06 100644 (file)
  * Date: Jun. 5, 2002
  *
  * Functions:
- *      vnt_get_frame_time        - Calculate data frame transmitting time
- *      vnt_get_phy_field   - Calculate PhyLength, PhyService and Phy Signal parameter for baseband Tx
- *      BBbVT3184Init          - VIA VT3184 baseband chip init code
+ *     vnt_get_frame_time      - Calculate data frame transmitting time
+ *     vnt_get_phy_field       - Calculate PhyLength, PhyService and Phy
+ *                               Signal parameter for baseband Tx
+ *     BBbVT3184Init           - VIA VT3184 baseband chip init code
  *
  * Revision History:
  *
@@ -86,7 +87,7 @@ static u8 vnt_vt3184_al2230[] = {
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00  /* 0xff */
 };
 
-//{{RobertYu:20060515, new BB setting for VT3226D0
+/* {{RobertYu:20060515, new BB setting for VT3226D0 */
 static u8 vnt_vt3184_vt3226d0[] = {
        0x31, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00,
        0x70, 0x45, 0x2a, 0x76, 0x00, 0x00, 0x80, 0x00, /* 0x0f */
@@ -191,9 +192,9 @@ unsigned int vnt_get_frame_time(u8 preamble_type, u8 pkt_type,
  *      tx_rate           - Tx Rate
  *  Out:
  *     struct vnt_phy_field *phy
- *                     - pointer to Phy Length field
- *                     - pointer to Phy Service field
- *                     - pointer to Phy Signal field
+ *             - pointer to Phy Length field
+ *             - pointer to Phy Service field
+ *             - pointer to Phy Signal field
  *
  * Return Value: none
  *
index ea06b637a3284e89a6a319cef99b88c41d776d0c..6a6e6148fa077bb27fc6a6453f0f5d123d2fd560 100644 (file)
@@ -55,8 +55,8 @@
 #include "key.h"
 #include "usbpipe.h"
 
-//const u16 cwRXBCNTSFOff[MAX_RATE] =
-//{17, 34, 96, 192, 34, 23, 17, 11, 8, 5, 4, 3};
+/const u16 cwRXBCNTSFOff[MAX_RATE] =
+   {17, 34, 96, 192, 34, 23, 17, 11, 8, 5, 4, 3}; */
 
 static const u16 cwRXBCNTSFOff[MAX_RATE] =
 {192, 96, 34, 17, 34, 23, 17, 11, 8, 5, 4, 3};
index fb1838e9b292979085b8e1aa7c61ad672fa45918..4a53f1a734b32a210c32403e535f8955b11df88a 100644 (file)
@@ -28,8 +28,9 @@
  *
  *
  * Revision History:
- *      01-18-2005      RobertYu:  remove the for loop searching in ChannelValid,
- *                                 change ChannelRuleTab to lookup-type, reorder table items.
+ *     01-18-2005      RobertYu:       remove the for loop searching in
+ *                                     ChannelValid, change ChannelRuleTab
+ *                                     to lookup-type, reorder table items.
  *
  *
  */