aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/cc_lli_defs.h
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2017-05-07 16:36:00 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-15 07:42:00 +0200
commit96c87d8dd166d5ba66d6251910209fe5d69a6e52 (patch)
treecfad2677ed653a7427d1847d221ae836a4c95612 /drivers/staging/ccree/cc_lli_defs.h
parentstaging: ccree: fix white space style errors (diff)
downloadlinux-dev-96c87d8dd166d5ba66d6251910209fe5d69a6e52.tar.xz
linux-dev-96c87d8dd166d5ba66d6251910209fe5d69a6e52.zip
staging: ccree: fix cc_lli_defs.h white space
Fix checkpatch reported white space style violations in cc_lli_defs.h Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/cc_lli_defs.h')
-rw-r--r--drivers/staging/ccree/cc_lli_defs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/staging/ccree/cc_lli_defs.h b/drivers/staging/ccree/cc_lli_defs.h
index 75d5e2762e8f..8c978b14a1f1 100644
--- a/drivers/staging/ccree/cc_lli_defs.h
+++ b/drivers/staging/ccree/cc_lli_defs.h
@@ -14,7 +14,6 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-
#ifndef _CC_LLI_DEFS_H_
#define _CC_LLI_DEFS_H_
#ifdef __KERNEL__
@@ -29,7 +28,7 @@
#define CC_MAX_MLLI_ENTRY_SIZE 0x10000
-#define MSB64(_addr) (sizeof(_addr) == 4 ? 0 : ((_addr) >> 32)&U16_MAX)
+#define MSB64(_addr) (sizeof(_addr) == 4 ? 0 : ((_addr) >> 32) & U16_MAX)
#define LLI_SET_ADDR(lli_p, addr) \
BITFIELD_SET(((u32 *)(lli_p))[LLI_WORD0_OFFSET], LLI_LADDR_BIT_OFFSET, LLI_LADDR_BIT_SIZE, (addr & U32_MAX)); \
@@ -53,5 +52,4 @@
#define LLI_HADDR_BIT_OFFSET 16
#define LLI_HADDR_BIT_SIZE 16
-
#endif /*_CC_LLI_DEFS_H_*/