)]}'
{
  "commit": "ecce2a6f9bdc7635838baeff8a09a76c9a70e7e0",
  "tree": "7334dbb776baa37979545636d6346ebdca44281d",
  "parents": [
    "aadff49c56f921d18cc280cbf087a550c67bbd02"
  ],
  "author": {
    "name": "Julia Lawall",
    "email": "julia@diku.dk",
    "time": "Thu May 13 22:07:46 2010 +0200"
  },
  "committer": {
    "name": "David Woodhouse",
    "email": "David.Woodhouse@intel.com",
    "time": "Thu May 13 21:21:38 2010 +0100"
  },
  "message": "drivers/mtd/nand: 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: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "dc02dcd0c08f60f7c0c0978b688a64244083e9ec",
      "old_mode": 33188,
      "old_path": "drivers/mtd/nand/s3c2410.c",
      "new_id": "239aadfd01b0267b44dddeb5e4b9f1c3226a8d11",
      "new_mode": 33188,
      "new_path": "drivers/mtd/nand/s3c2410.c"
    }
  ]
}
