All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1508238182.16112.475.camel@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 2321b2e..c2a47af 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -90,7 +90,7 @@ busy for nothing.
 > +++ b/drivers/char/tpm/tpm_crb.c
 > @@ -557,7 +557,7 @@ static int crb_acpi_add(struct acpi_device
 > *device)
->  	if (sm = ACPI_TPM2_MEMORY_MAPPED)
+>  	if (sm == ACPI_TPM2_MEMORY_MAPPED)
 >  		return -ENODEV;
 >  
 > -	priv = devm_kzalloc(dev, sizeof(struct crb_priv),
@@ -158,7 +158,7 @@ busy for nothing.
 > -	phy = devm_kzalloc(dev, sizeof(struct tpm_tis_tcg_phy),
 > GFP_KERNEL);
 > +	phy = devm_kzalloc(dev, sizeof(*phy), GFP_KERNEL);
->  	if (phy = NULL)
+>  	if (phy == NULL)
 >  		return -ENOMEM;
 >  
 > diff --git a/drivers/char/tpm/tpm_tis_spi.c
diff --git a/a/content_digest b/N1/content_digest
index 53ac2db..5398612 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\083a166af-aecc-649d-dfe3-a72245345209@users.sourceforge.net\0"
  "From\0Andy Shevchenko <andriy.shevchenko@linux.intel.com>\0"
  "Subject\0Re: [PATCH 3/4] char/tpm: Improve a size determination in nine functions\0"
- "Date\0Tue, 17 Oct 2017 11:03:02 +0000\0"
+ "Date\0Tue, 17 Oct 2017 14:03:02 +0300\0"
  "To\0SF Markus Elfring <elfring@users.sourceforge.net>"
   linux-integrity@vger.kernel.org
   linuxppc-dev@lists.ozlabs.org
@@ -113,7 +113,7 @@
  "> +++ b/drivers/char/tpm/tpm_crb.c\n"
  "> @@ -557,7 +557,7 @@ static int crb_acpi_add(struct acpi_device\n"
  "> *device)\n"
- ">  \tif (sm = ACPI_TPM2_MEMORY_MAPPED)\n"
+ ">  \tif (sm == ACPI_TPM2_MEMORY_MAPPED)\n"
  ">  \t\treturn -ENODEV;\n"
  ">  \n"
  "> -\tpriv = devm_kzalloc(dev, sizeof(struct crb_priv),\n"
@@ -181,7 +181,7 @@
  "> -\tphy = devm_kzalloc(dev, sizeof(struct tpm_tis_tcg_phy),\n"
  "> GFP_KERNEL);\n"
  "> +\tphy = devm_kzalloc(dev, sizeof(*phy), GFP_KERNEL);\n"
- ">  \tif (phy = NULL)\n"
+ ">  \tif (phy == NULL)\n"
  ">  \t\treturn -ENOMEM;\n"
  ">  \n"
  "> diff --git a/drivers/char/tpm/tpm_tis_spi.c\n"
@@ -205,4 +205,4 @@
  "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
  Intel Finland Oy
 
-0fc38b69db74f3d87d35f98168841f2d4518750ea46c3b7f71c9f36adc29b2e3
+637ae256b1488f3b7f5e0fdf0fb2a862eee73ac701f8d937e21a74541d6614c6

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.