]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: ccree: fix block comment style
authorGilad Ben-Yossef <gilad@benyossef.com>
Tue, 27 Jun 2017 07:27:26 +0000 (10:27 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Jun 2017 14:38:51 +0000 (16:38 +0200)
Align block comments according to coding style.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/cc_hw_queue_defs.h

index f11487a7c96917f3f1624b31d03c8c4e65494df3..e6b8cea3f88ddbaea27cba31fd1f7ea2e1398f3d 100644 (file)
@@ -23,8 +23,8 @@
 #include <linux/bitfield.h>
 
 /******************************************************************************
-                             DEFINITIONS
-******************************************************************************/
+ *                             DEFINITIONS
+ ******************************************************************************/
 
 #define HW_DESC_SIZE_WORDS             6
 #define HW_QUEUE_SLOTS_MAX              15 /* Max. available slots in HW queue */
@@ -70,8 +70,8 @@
 #define WORD5_DOUT_ADDR_HIGH   CC_GENMASK(5, DOUT_ADDR_HIGH)
 
 /******************************************************************************
-                             TYPE DEFINITIONS
-******************************************************************************/
+ *                             TYPE DEFINITIONS
+ ******************************************************************************/
 
 struct cc_hw_desc {
        union {