All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200513093951.GD347693@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index b403a56..bcad2bb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,7 +17,7 @@ index 348b0072cdd69..c66c6dc003783 100644
 +++ b/drivers/net/wireless/realtek/rtlwifi/usb.c
 @@ -881,10 +881,8 @@ static struct urb *_rtl_usb_tx_urb_setup(struct ieee80211_hw *hw,
  
- 	WARN_ON(NULL = skb);
+ 	WARN_ON(NULL == skb);
  	_urb = usb_alloc_urb(0, GFP_ATOMIC);
 -	if (!_urb) {
 -		kfree_skb(skb);
@@ -33,7 +33,7 @@ index 348b0072cdd69..c66c6dc003783 100644
  	struct urb *_urb = NULL;
 -	struct sk_buff *_skb = NULL;
  
- 	WARN_ON(NULL = rtlusb->usb_tx_aggregate_hdl);
+ 	WARN_ON(NULL == rtlusb->usb_tx_aggregate_hdl);
  	if (unlikely(IS_USB_STOP(rtlusb))) {
 @@ -907,8 +904,7 @@ static void _rtl_usb_transmit(struct ieee80211_hw *hw, struct sk_buff *skb,
  		return;
diff --git a/a/content_digest b/N1/content_digest
index f61ef95..ad7b21f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[PATCH] rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup()\0"
- "Date\0Wed, 13 May 2020 09:39:51 +0000\0"
+ "Date\0Wed, 13 May 2020 12:39:51 +0300\0"
  "To\0Ping-Ke Shih <pkshih@realtek.com>"
  " Jussi Kivilinna <jussi.kivilinna@iki.fi>\0"
  "Cc\0Kalle Valo <kvalo@codeaurora.org>"
@@ -27,7 +27,7 @@
  "+++ b/drivers/net/wireless/realtek/rtlwifi/usb.c\n"
  "@@ -881,10 +881,8 @@ static struct urb *_rtl_usb_tx_urb_setup(struct ieee80211_hw *hw,\n"
  " \n"
- " \tWARN_ON(NULL = skb);\n"
+ " \tWARN_ON(NULL == skb);\n"
  " \t_urb = usb_alloc_urb(0, GFP_ATOMIC);\n"
  "-\tif (!_urb) {\n"
  "-\t\tkfree_skb(skb);\n"
@@ -43,7 +43,7 @@
  " \tstruct urb *_urb = NULL;\n"
  "-\tstruct sk_buff *_skb = NULL;\n"
  " \n"
- " \tWARN_ON(NULL = rtlusb->usb_tx_aggregate_hdl);\n"
+ " \tWARN_ON(NULL == rtlusb->usb_tx_aggregate_hdl);\n"
  " \tif (unlikely(IS_USB_STOP(rtlusb))) {\n"
  "@@ -907,8 +904,7 @@ static void _rtl_usb_transmit(struct ieee80211_hw *hw, struct sk_buff *skb,\n"
  " \t\treturn;\n"
@@ -58,4 +58,4 @@
  "-- \n"
  2.26.2
 
-e321052363731be43f0270b536971bb3df8460d0aeb809272e09ebacd7718648
+7d757638cd23067a2dce7bca6e54d650228d3bb307b94fb8139625f9d835adb7

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.