diff options
author | Bincy K Philip <bincy_k_philip@yahoo.co.in> | 2017-07-12 10:31:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-16 09:41:02 +0300 |
commit | 187645ef1f666d6a1d316598cea006513bb8dbed (patch) | |
tree | e11f0c051eb3725e535c72e91aa4ed7836c50ab4 /drivers/staging/ccree | |
parent | 04f682b936a497588ae85fca8630bcbf68dd2f61 (diff) | |
download | linux-187645ef1f666d6a1d316598cea006513bb8dbed.tar.xz |
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: Bincy K Philip <bincy_k_philip@yahoo.co.in>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree')
-rw-r--r-- | drivers/staging/ccree/cc_hw_queue_defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/ccree/cc_hw_queue_defs.h b/drivers/staging/ccree/cc_hw_queue_defs.h index e6b8cea3f88d..2ae0f655e7a0 100644 --- a/drivers/staging/ccree/cc_hw_queue_defs.h +++ b/drivers/staging/ccree/cc_hw_queue_defs.h @@ -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 |