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

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment