All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4A587245.1080304@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index bba97d9..4616255 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,11 +5,12 @@ On 07/11/2009 12:17 PM, Jaswinder Singh Rajput wrote:
 >>> +++ b/drivers/staging/otus/wwrap.c
 >>> @@ -1016,12 +1016,13 @@ void kevent(struct work_struct *work)
 >>>  {
->>>      struct usbdrv_private *macp >>>                 container_of(work, struct usbdrv_private, kevent);
+>>>      struct usbdrv_private *macp =
+>>>                 container_of(work, struct usbdrv_private, kevent);
 >>> -    zdev_t *dev = macp->device;
 >>> +    zdev_t *dev;
 >>>  
->>>      if (macp = NULL)
+>>>      if (macp == NULL)
 >>>      {
 >>>          return;
 >>>      }
diff --git a/a/content_digest b/N1/content_digest
index acbfe18..69999bf 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\01247307444.3032.2.camel@hpdv5.satnam\0"
  "From\0Jiri Slaby <jirislaby@gmail.com>\0"
  "Subject\0Re: [PATCH 5/5] staging/otus: Move a dereference below a NULL test\0"
- "Date\0Sat, 11 Jul 2009 11:06:45 +0000\0"
+ "Date\0Sat, 11 Jul 2009 13:06:45 +0200\0"
  "To\0Jaswinder Singh Rajput <jaswinder@kernel.org>\0"
  "Cc\0Julia Lawall <julia@diku.dk>"
   gregkh@suse.de
@@ -19,11 +19,12 @@
  ">>> +++ b/drivers/staging/otus/wwrap.c\n"
  ">>> @@ -1016,12 +1016,13 @@ void kevent(struct work_struct *work)\n"
  ">>>  {\n"
- ">>>      struct usbdrv_private *macp >>>                 container_of(work, struct usbdrv_private, kevent);\n"
+ ">>>      struct usbdrv_private *macp =\n"
+ ">>>                 container_of(work, struct usbdrv_private, kevent);\n"
  ">>> -    zdev_t *dev = macp->device;\n"
  ">>> +    zdev_t *dev;\n"
  ">>>  \n"
- ">>>      if (macp = NULL)\n"
+ ">>>      if (macp == NULL)\n"
  ">>>      {\n"
  ">>>          return;\n"
  ">>>      }\n"
@@ -40,4 +41,4 @@
  "\n"
  Since it's not declared, I guess nobody but keventd. It should be static.
 
-15a460b621be9ba01493efa08190e3926844221411c6d3ee086c1c6e2b05a5d9
+afdc308cb389d129ecd80ea8047d6e777357a677118888f935060277835cfc28

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.