diff for duplicates of <1249290805.4069.46.camel@debian> diff --git a/a/1.txt b/N1/1.txt index d4409ba..88360c0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,13 +24,13 @@ Thanks, > > x@p1 = \(kmalloc\|kzalloc\|kcalloc\)(...); > ... -> if (x = NULL) S +> if (x == NULL) S > <... when != x > when != if (...) { <+...x...+> } > ( > x->f1 = E > | -> (x->f1 = NULL || ...) +> (x->f1 == NULL || ...) > | > f(...,x->f1,...) > ) @@ -81,5 +81,5 @@ Thanks, > - return -ENOMEM; > - } > pos += scnprintf(buf + pos, buf_size - pos, "NVM Type: %s\n", -> (priv->nvm_device_type = NVM_DEVICE_TYPE_OTP) +> (priv->nvm_device_type == NVM_DEVICE_TYPE_OTP) > ? "OTP" : "EEPROM"); diff --git a/a/content_digest b/N1/content_digest index f296fb8..cfc6a83 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\01249260246.4069.26.camel@debian\0" "ref\0Pine.LNX.4.64.0908031109590.8435@pc-004.diku.dk\0" "From\0Zhu Yi <yi.zhu@intel.com>\0" - "Subject\0Re: [PATCH 6/10] drivers/net/wireless/iwlwifi: introduce missing\0" - "Date\0Mon, 03 Aug 2009 09:13:25 +0000\0" + "Subject\0Re: [PATCH 6/10] drivers/net/wireless/iwlwifi: introduce missing kfree\0" + "Date\0Mon, 03 Aug 2009 17:13:25 +0800\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Chatre" Reinette <reinette.chatre@intel.com> @@ -40,13 +40,13 @@ "> \n" "> x@p1 = \\(kmalloc\\|kzalloc\\|kcalloc\\)(...);\n" "> ...\n" - "> if (x = NULL) S\n" + "> if (x == NULL) S\n" "> <... when != x\n" "> when != if (...) { <+...x...+> }\n" "> (\n" "> x->f1 = E\n" "> |\n" - "> (x->f1 = NULL || ...)\n" + "> (x->f1 == NULL || ...)\n" "> |\n" "> f(...,x->f1,...)\n" "> )\n" @@ -97,7 +97,7 @@ "> -\t\treturn -ENOMEM;\n" "> -\t}\n" "> \tpos += scnprintf(buf + pos, buf_size - pos, \"NVM Type: %s\\n\",\n" - "> \t\t\t(priv->nvm_device_type = NVM_DEVICE_TYPE_OTP)\n" + "> \t\t\t(priv->nvm_device_type == NVM_DEVICE_TYPE_OTP)\n" "> \t\t\t? \"OTP\" : \"EEPROM\");" -b27b5dfc622175ad01194fe45c724093d1ee92e253d51ec372842a637eec86bd +2d632242e77cc35d84acdee3886e3b206c90f93a931e9aa46abbba40c60bc388
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.