staging: wlan-ng: add spaces around >>
add spaces around >> to fix the checkpatch issue, spaces preferred around that '>>'. Signed-off-by: Gargi Sharma <gs051095@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
65dbeefd02
commit
061eab5c63
|
@ -121,7 +121,7 @@
|
|||
|
||||
/* Make CMD format offset and page from a 32-bit flat address */
|
||||
#define HFA384x_ADDR_CMD_MKPAGE(f) \
|
||||
((u16)((((u32)(f)) & HFA384x_ADDR_FLAT_CMD_PAGE_MASK)>>16))
|
||||
((u16)((((u32)(f)) & HFA384x_ADDR_FLAT_CMD_PAGE_MASK) >> 16))
|
||||
#define HFA384x_ADDR_CMD_MKOFF(f) \
|
||||
((u16)(((u32)(f)) & HFA384x_ADDR_FLAT_CMD_OFF_MASK))
|
||||
|
||||
|
|
Loading…
Reference in New Issue