)]}'
{
  "commit": "18526c7896fca5229c8d7b4b415605a17f9952d0",
  "tree": "8772060e92595fef0d58892300abc5d5a89c14c7",
  "parents": [
    "c07d3c75a76d93f00182af2c6b750a52ea4d9869"
  ],
  "author": {
    "name": "Julia Lawall",
    "email": "julia@diku.dk",
    "time": "Mon Aug 31 21:34:25 2009 +0200"
  },
  "committer": {
    "name": "Greg Kroah-Hartman",
    "email": "gregkh@suse.de",
    "time": "Tue Sep 15 12:02:33 2009 -0700"
  },
  "message": "Staging: rtl8192e: Drop unnecessary NULL test\n\nThe result of container_of should not be NULL.  In particular, in this case\nthe argument to the enclosing function has passed though INIT_WORK, which\ndereferences it, implying that its container cannot be NULL.\n\nA simplified version of the semantic patch that makes this change is as\nfollows:\n(http://www.emn.fr/x-info/coccinelle/)\n\n// \u003csmpl\u003e\n@@\nidentifier fn,work,x,fld;\ntype T;\nexpression E1,E2;\nstatement S;\n@@\n\nstatic fn(struct work_struct *work) {\n  ... when !\u003d work \u003d E1\n  x \u003d container_of(work,T,fld)\n  ... when !\u003d x \u003d E2\n- if (x \u003d\u003d NULL) S\n  ...\n}\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "681488bf6534699731710b9ad990a659ab691d92",
      "old_mode": 33188,
      "old_path": "drivers/staging/rtl8192e/r8192E_core.c",
      "new_id": "d4fa65489655c3792abbc69ad68404e201c01ca6",
      "new_mode": 33188,
      "new_path": "drivers/staging/rtl8192e/r8192E_core.c"
    }
  ]
}
