All of lore.kernel.org
 help / color / mirror / Atom feed
* [Linux-kernel-mentees] [PATCH] Fix checkpatch.pl warnings
@ 2019-04-26 13:12 ` Vandana BN
  0 siblings, 0 replies; 27+ messages in thread
From: bnvandana @ 2019-04-26 13:12 UTC (permalink / raw)


Signed-off-by: Vandana BN <bnvandana at gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_debug.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_debug.c b/drivers/staging/rtl8723bs/core/rtw_debug.c
index 0de1e12a676e..3fb09ad45a67 100644
--- a/drivers/staging/rtl8723bs/core/rtw_debug.c
+++ b/drivers/staging/rtl8723bs/core/rtw_debug.c
@@ -1425,9 +1425,8 @@ int proc_get_btcoex_info(struct seq_file *m, void *v)
 	padapter = (struct adapter *)rtw_netdev_priv(dev);
 
 	pbuf = rtw_zmalloc(bufsize);
-	if (NULL == pbuf) {
+	if (pbuf == NULL)
 		return -ENOMEM;
-	}
 
 	rtw_btcoex_DisplayBtCoexInfo(padapter, pbuf, bufsize);
 
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2019-04-29 16:01 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-26 13:12 [Linux-kernel-mentees] [PATCH] Fix checkpatch.pl warnings bnvandana
2019-04-26 13:12 ` Vandana BN
2019-04-26 13:49 ` skhan
2019-04-26 13:49   ` Shuah Khan
2019-04-26 17:46   ` bnvandana
2019-04-26 17:46     ` bnva
2019-04-26 17:40 ` [Linux-kernel-mentees] [PATCH v2] staging: rtl8723bs: " bnvandana
2019-04-26 17:40   ` Vandana BN
2019-04-26 18:08   ` linux.bhar
2019-04-26 18:08     ` Bharath Vedartham
2019-04-26 18:17     ` skhan
2019-04-26 18:17       ` Shuah Khan
2019-04-26 18:54   ` skhan
2019-04-26 18:54     ` Shuah Khan
2019-04-27  5:50 ` [Linux-kernel-mentees] [PATCH v3] " bnvandana
2019-04-27  5:50   ` Vandana BN
2019-04-27  6:31   ` gregkh
2019-04-27  6:31     ` Greg KH
2019-04-27  7:24     ` bnvandana
2019-04-27  7:24       ` Vandana BN
2019-04-27  7:31       ` gregkh
2019-04-27  7:31         ` Greg KH
2019-04-27  7:40 ` [Linux-kernel-mentees] [PATCH v4] " bnvandana
2019-04-27  7:40   ` Vandana BN
2019-04-29 16:00 ` bnvandana
2019-04-29 16:00   ` Vandana BN
2019-04-29 16:00   ` [Linux-kernel-mentees] " Vandana BN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.