Staging: rtl8712: drv_types.h:Coding style warnings fix for block comments
authorPunit Vara <punitvara@gmail.com>
Wed, 7 Oct 2015 19:55:13 +0000 (01:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Oct 2015 09:34:46 +0000 (10:34 +0100)
This is patch to the drv_types.h file that fixes up following warning
reported by checkpatch.pl :

-Block comments use * on subsequent lines
-Block comments use a trailing */ on a separate line

Signed-off-by: Punit Vara <punitvara@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/drv_types.h

index e62543d22b861716f5c04a973c1e93aac194d685..3d64feeb80e76dcc84703776e102aa340bbc575e 100644 (file)
  * Larry Finger <Larry.Finger@lwfinger.net>
  *
  ******************************************************************************/
-/*---------------------------------------------------------------------
-
-       For type defines and data structure defines
-
------------------------------------------------------------------------*/
+/* ---------------------------------------------------------------------
+ *
+ *     For type defines and data structure defines
+ *
+ * ---------------------------------------------------------------------
+ */
 #ifndef __DRV_TYPES_H__
 #define __DRV_TYPES_H__
 
This page took 0.024923 seconds and 5 git commands to generate.