lkml.org 
[lkml]   [2014]   [Jun]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH 2/3] staging: rtl8188eu: core: Remove unnecessary parentheses
This patch removes unnecessary parentheses around structure member.

Signed-off-by: Thomas Vegas <thomas@grouk.net>
---
drivers/staging/rtl8188eu/core/rtw_xmit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_xmit.c b/drivers/staging/rtl8188eu/core/rtw_xmit.c
index bb290a3..4b93add 100644
--- a/drivers/staging/rtl8188eu/core/rtw_xmit.c
+++ b/drivers/staging/rtl8188eu/core/rtw_xmit.c
@@ -1233,7 +1233,7 @@ struct xmit_buf *rtw_alloc_xmitbuf_ext(struct xmit_priv *pxmitpriv)

pxmitbuf = container_of(plist, struct xmit_buf, list);

- rtw_list_delete(&(pxmitbuf->list));
+ rtw_list_delete(&pxmitbuf->list);
pxmitpriv->free_xmit_extbuf_cnt--;

pxmitbuf->priv_data = NULL;
--
1.8.5.5


\
 
 \ /
  Last update: 2014-06-22 13:41    [W:0.189 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site