All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <64747f85-e373-a0ff-b6dc-70cdfe35f71a@users.sourceforge.net>

diff --git a/a/1.txt b/N1/1.txt
index 65e06d8..750984b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,7 +18,7 @@ index 5648ebbd0e16..90118d286fb9 100644
 @@ -76,11 +76,11 @@ static void wil_print_vring(struct seq_file *s, struct wil6210_priv *wil,
  			volatile struct vring_tx_desc *d = &vring->va[i].tx;
  
- 			if ((i % 128) = 0 && (i != 0))
+ 			if ((i % 128) == 0 && (i != 0))
 -				seq_puts(s, "\n");
 +				seq_putc(s, '\n');
  			seq_printf(s, "%c", (d->dma.status & BIT(0)) ?
diff --git a/a/content_digest b/N1/content_digest
index 7171fd5..965a636 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0"
  "Subject\0[PATCH] wil6210: Replace five seq_puts() calls by seq_putc()\0"
- "Date\0Tue, 09 May 2017 07:50:34 +0000\0"
+ "Date\0Tue, 9 May 2017 09:50:34 +0200\0"
  "To\0wil6210@qca.qualcomm.com"
   linux-wireless@vger.kernel.org
   netdev@vger.kernel.org
@@ -30,7 +30,7 @@
  "@@ -76,11 +76,11 @@ static void wil_print_vring(struct seq_file *s, struct wil6210_priv *wil,\n"
  " \t\t\tvolatile struct vring_tx_desc *d = &vring->va[i].tx;\n"
  " \n"
- " \t\t\tif ((i % 128) = 0 && (i != 0))\n"
+ " \t\t\tif ((i % 128) == 0 && (i != 0))\n"
  "-\t\t\t\tseq_puts(s, \"\\n\");\n"
  "+\t\t\t\tseq_putc(s, '\\n');\n"
  " \t\t\tseq_printf(s, \"%c\", (d->dma.status & BIT(0)) ?\n"
@@ -71,4 +71,4 @@
  "-- \n"
  2.12.2
 
-dcd948adefcff58afd95f21191fb3d3643bb8e874f866011ddfb32b80cbf3ffd
+ea98b5f2473eef8440c083714837aa7384f112398db615ea055422e72072ca1d

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.