)]}'
{
  "commit": "1ac93a30398774e084c12e25b3a74285ee4dba90",
  "tree": "4b1866b68550d336a1e5edbf3990108088cc11d2",
  "parents": [
    "b2c573790381720e8b0aca1f392b4063f84cfcb6"
  ],
  "author": {
    "name": "Julia Lawall",
    "email": "julia@diku.dk",
    "time": "Thu May 13 22:00:40 2010 +0200"
  },
  "committer": {
    "name": "Greg Kroah-Hartman",
    "email": "gregkh@suse.de",
    "time": "Thu May 20 13:21:46 2010 -0700"
  },
  "message": "USB: io_edgeport: Use kzalloc\n\nUse kzalloc rather than the combination of kmalloc and memset.\n\nThe semantic patch that makes this change is as follows:\n(http://coccinelle.lip6.fr/)\n\n// \u003csmpl\u003e\n@@\nexpression x,size,flags;\nstatement S;\n@@\n\n-x \u003d kmalloc(size,flags);\n+x \u003d kzalloc(size,flags);\n if (x \u003d\u003d NULL) S\n-memset(x, 0, size);\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\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3ef8df0ef888e9d99849953d275dfe81a6f6b47b",
      "old_mode": 33188,
      "old_path": "drivers/usb/serial/io_edgeport.c",
      "new_id": "76e6fb3aab7a475c0c64f708298be4c9b03b36a0",
      "new_mode": 33188,
      "new_path": "drivers/usb/serial/io_edgeport.c"
    }
  ]
}
