Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1720308
| From | harsha <harshasharmaiitr@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging:rtl8712:rtl871x_xmit.c: Removed unnecessary spaces after cast |
| Date | 2017-08-25 19:50 +0200 |
| Message-ID | <uiqU2-71g-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Signed-off-by: harsha <harshasharmaiitr@gmail.com>
---
drivers/staging/rtl8712/rtl871x_xmit.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_xmit.c b/drivers/staging/rtl8712/rtl871x_xmit.c
index e9af897..13c81680 100644
--- a/drivers/staging/rtl8712/rtl871x_xmit.c
+++ b/drivers/staging/rtl8712/rtl871x_xmit.c
@@ -94,8 +94,8 @@ sint _r8712_init_xmit_priv(struct xmit_priv *pxmitpriv,
return _FAIL;
}
pxmitpriv->pxmit_frame_buf = pxmitpriv->pallocated_frame_buf + 4 -
- ((addr_t) (pxmitpriv->pallocated_frame_buf) & 3);
- pxframe = (struct xmit_frame *) pxmitpriv->pxmit_frame_buf;
+ ((addr_t)(pxmitpriv->pallocated_frame_buf) & 3);
+ pxframe = (struct xmit_frame *)pxmitpriv->pxmit_frame_buf;
for (i = 0; i < NR_XMITFRAME; i++) {
INIT_LIST_HEAD(&(pxframe->list));
pxframe->padapter = padapter;
--
1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] staging:rtl8712:rtl871x_xmit.c: Removed unnecessary spaces after cast harsha <harshasharmaiitr@gmail.com> - 2017-08-25 19:50 +0200
csiph-web