staging: ccree: fix block comment style

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>
This commit is contained in:
Gilad Ben-Yossef 2017-06-27 10:27:26 +03:00 committed by Greg Kroah-Hartman
parent 492ddcbb21
commit fb0cb50d6e
1 changed files with 4 additions and 4 deletions

View 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 {