All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <537B3984.6070809@bfs.de>

diff --git a/a/1.txt b/N1/1.txt
index d4a1576..f6801f5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -236,7 +236,7 @@ Am 20.05.2014 12:33, schrieb Peter Senna Tschudin:
 > -
 >  	down(&ieee->wx_sem);
 >  
->  	if (ieee->ps = RTLLIB_PS_DISABLED) {
+>  	if (ieee->ps == RTLLIB_PS_DISABLED) {
 > @@ -657,7 +655,7 @@ int rtllib_wx_get_power(struct rtllib_device *ieee,
 >  
 >  exit:
@@ -300,7 +300,7 @@ Am 20.05.2014 12:33, schrieb Peter Senna Tschudin:
 > -
 >  	down(&ieee->wx_sem);
 >  
->  	if(ieee->ps = IEEE80211_PS_DISABLED){
+>  	if(ieee->ps == IEEE80211_PS_DISABLED){
 > @@ -590,7 +588,7 @@ int ieee80211_wx_get_power(struct ieee80211_device *ieee,
 >  
 >  exit:
@@ -449,8 +449,8 @@ Is this realy needed ?
 >  		wlandev->mlmerequest(wlandev, msg);
 >  
 >  	clear_bit(1, &(wlandev->request_pending));
-> -	return result;	/* if result=0, msg->status still may contain an err */
-> +	return 0;	/* if result=0, msg->status still may contain an err */
+> -	return result;	/* if result==0, msg->status still may contain an err */
+> +	return 0;	/* if result==0, msg->status still may contain an err */
 >  }
 >  
 >  /*----------------------------------------------------------------
diff --git a/a/content_digest b/N1/content_digest
index 97a4cf7..b19e7a4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01400582028-24990-3-git-send-email-peter.senna@gmail.com\0"
  "From\0walter harms <wharms@bfs.de>\0"
  "Subject\0Re: [PATCH 3/8] drivers/staging: Remove useless return variables\0"
- "Date\0Tue, 20 May 2014 11:16:20 +0000\0"
+ "Date\0Tue, 20 May 2014 13:16:20 +0200\0"
  "To\0Peter Senna Tschudin <peter.senna@gmail.com>\0"
  "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>"
   kernel-janitors@vger.kernel.org
@@ -247,7 +247,7 @@
  "> -\n"
  ">  \tdown(&ieee->wx_sem);\n"
  ">  \n"
- ">  \tif (ieee->ps = RTLLIB_PS_DISABLED) {\n"
+ ">  \tif (ieee->ps == RTLLIB_PS_DISABLED) {\n"
  "> @@ -657,7 +655,7 @@ int rtllib_wx_get_power(struct rtllib_device *ieee,\n"
  ">  \n"
  ">  exit:\n"
@@ -311,7 +311,7 @@
  "> -\n"
  ">  \tdown(&ieee->wx_sem);\n"
  ">  \n"
- ">  \tif(ieee->ps = IEEE80211_PS_DISABLED){\n"
+ ">  \tif(ieee->ps == IEEE80211_PS_DISABLED){\n"
  "> @@ -590,7 +588,7 @@ int ieee80211_wx_get_power(struct ieee80211_device *ieee,\n"
  ">  \n"
  ">  exit:\n"
@@ -460,8 +460,8 @@
  ">  \t\twlandev->mlmerequest(wlandev, msg);\n"
  ">  \n"
  ">  \tclear_bit(1, &(wlandev->request_pending));\n"
- "> -\treturn result;\t/* if result=0, msg->status still may contain an err */\n"
- "> +\treturn 0;\t/* if result=0, msg->status still may contain an err */\n"
+ "> -\treturn result;\t/* if result==0, msg->status still may contain an err */\n"
+ "> +\treturn 0;\t/* if result==0, msg->status still may contain an err */\n"
  ">  }\n"
  ">  \n"
  ">  /*----------------------------------------------------------------\n"
@@ -472,4 +472,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-1490f63576936b849d32efd0cdaddfe150ca4e849bdf74046bf5a70e2ad82ebf
+c4f650cd2c8d9155cdf6c73b83cb645ed5c5f53655e14b71a9eaa783af6f0e1e

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.