)]}'
{
  "commit": "022d917d9621ee79e6f6782fbddd582b8f941024",
  "tree": "079bd376406c4618782e5b9ff2f0d1ff7f50bc3f",
  "parents": [
    "ae91d60ba88ef0bdb1b5e9b2363bd52fc45d2af7"
  ],
  "author": {
    "name": "Julia Lawall",
    "email": "julia@diku.dk",
    "time": "Tue Mar 04 14:29:19 2008 -0800"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@woody.linux-foundation.org",
    "time": "Tue Mar 04 16:35:16 2008 -0800"
  },
  "message": "drivers/serial/m32r_sio.c: correct use of ! and \u0026\n\nIn commit e6bafba5b4765a5a252f1b8d31cbf6d2459da337 (\"wmi: (!x \u0026 y)\nstrikes again\"), a bug was fixed that involved converting !x \u0026 y to !(x\n\u0026 y).  The code below shows the same pattern, and thus should perhaps be\nfixed in the same way.\n\nThis is not tested and clearly changes the semantics, so it is only\nsomething to consider.\n\nThe semantic patch that makes this change is as follows:\n(http://www.emn.fr/x-info/coccinelle/)\n\n// \u003csmpl\u003e\n@@ expression E1,E2; @@\n(\n  !E1 \u0026 !E2\n|\n- !E1 \u0026 E2\n+ !(E1 \u0026 E2)\n)\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nCc: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "348ee2c19b5830a32b92b2d93b5a6167f199a51b",
      "old_mode": 33188,
      "old_path": "drivers/serial/m32r_sio.c",
      "new_id": "c2bb11c02bdedebd73d6934f4f67702199e81a0d",
      "new_mode": 33188,
      "new_path": "drivers/serial/m32r_sio.c"
    }
  ]
}
