All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100601070933.GE5483@bicker>

diff --git a/a/1.txt b/N1/1.txt
index c9745e6..dce53e8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,7 +28,7 @@ index f30a6a0..3e706f0 100644
  {
  	struct ser_device *ser;
 +
- 	BUG_ON(dev = NULL);
+ 	BUG_ON(dev == NULL);
  	ser = netdev_priv(dev);
  
 @@ -299,6 +302,7 @@ static int caif_xmit(struct sk_buff *skb, struct net_device *dev)
@@ -37,7 +37,7 @@ index f30a6a0..3e706f0 100644
  	struct ser_device *ser;
 +
  	ser = tty->disc_data;
- 	BUG_ON(ser = NULL);
+ 	BUG_ON(ser == NULL);
  	BUG_ON(ser->tty != tty);
 @@ -348,6 +352,7 @@ static void ldisc_close(struct tty_struct *tty)
  	struct ser_device *ser = tty->disc_data;
diff --git a/a/content_digest b/N1/content_digest
index e358012..221e801 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch 2/2] caif: add newlines after declarations in caif_serial.c\0"
- "Date\0Tue, 01 Jun 2010 07:09:33 +0000\0"
+ "Date\0Tue, 1 Jun 2010 09:09:33 +0200\0"
  "To\0Sjur Braendeland <sjur.brandeland@stericsson.com>\0"
  "Cc\0netdev@vger.kernel.org"
   kernel-janitors@vger.kernel.org
@@ -37,7 +37,7 @@
  " {\n"
  " \tstruct ser_device *ser;\n"
  "+\n"
- " \tBUG_ON(dev = NULL);\n"
+ " \tBUG_ON(dev == NULL);\n"
  " \tser = netdev_priv(dev);\n"
  " \n"
  "@@ -299,6 +302,7 @@ static int caif_xmit(struct sk_buff *skb, struct net_device *dev)\n"
@@ -46,7 +46,7 @@
  " \tstruct ser_device *ser;\n"
  "+\n"
  " \tser = tty->disc_data;\n"
- " \tBUG_ON(ser = NULL);\n"
+ " \tBUG_ON(ser == NULL);\n"
  " \tBUG_ON(ser->tty != tty);\n"
  "@@ -348,6 +352,7 @@ static void ldisc_close(struct tty_struct *tty)\n"
  " \tstruct ser_device *ser = tty->disc_data;\n"
@@ -89,4 +89,4 @@
  " \t\tser = list_entry(node, struct ser_device, node);\n"
  " \t\tdev_close(ser->dev);"
 
-464cc78c78fec73f3099d4c743ad375bff6c1c5dbb32a8818af3724ccfb4ef9c
+f41fd38c0366c61454d9721b350edf3c92078a98ef07e974fdfa6ba739eba7cf

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.