mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-07 22:03:14 +00:00
staging: rtl8712: add space before binary operator
Add a space before the binary operator "|" to comply with kernel coding style. Identified by checkpatch. Signed-off-by: Deborah Brouwer <deborahbrouwer3563@gmail.com> Link: https://lore.kernel.org/r/6db3ca92022376d162289174e201c79017b366db.1617674639.git.deborahbrouwer3563@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fe6ed4e02b
commit
5fd0241d66
@ -368,7 +368,7 @@ void r8712_dump_aggr_xframe(struct xmit_buf *pxmitbuf,
|
||||
0xffff0000));
|
||||
|
||||
/* urb length in cmd_dw1 */
|
||||
pcmd_hdr->cmd_dw1 = cpu_to_le32((pxmitbuf->aggr_nr & 0xff)|
|
||||
pcmd_hdr->cmd_dw1 = cpu_to_le32((pxmitbuf->aggr_nr & 0xff) |
|
||||
((total_length + TXDESC_SIZE) << 16));
|
||||
pxmitframe->last[0] = 1;
|
||||
pxmitframe->bpending[0] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user