Commit 187645ef authored by Bincy K Philip's avatar Bincy K Philip Committed by Greg Kroah-Hartman
Browse files

staging: ccree: move comment to fit coding style



Trivial fix for Line over 80 characters

Moved the comment to top of the definition

Signed-off-by: default avatarBincy K Philip <bincy_k_philip@yahoo.co.in>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 04f682b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,7 +27,8 @@
 ******************************************************************************/

#define HW_DESC_SIZE_WORDS		6
#define HW_QUEUE_SLOTS_MAX              15 /* Max. available slots in HW queue */
/* Define max. available slots in HW queue */
#define HW_QUEUE_SLOTS_MAX              15

#define CC_REG_NAME(word, name) DX_DSCRPTR_QUEUE_WORD ## word ## _ ## name