)]}'
{
  "commit": "31a61bfc6e415fbd871317cbee7b8a4158d8ac5b",
  "tree": "45dcda574c4af4b2fd8531d46d165ca47f00e832",
  "parents": [
    "0426c166424ea6d3d0412f47879c8ba268f874c4"
  ],
  "author": {
    "name": "Julia Lawall",
    "email": "julia@diku.dk",
    "time": "Thu Nov 13 21:19:04 2008 +0800"
  },
  "committer": {
    "name": "Herbert Xu",
    "email": "herbert@gondor.apana.org.au",
    "time": "Thu Dec 25 11:01:45 2008 +1100"
  },
  "message": "crypto: md4 - Use ARRAY_SIZE\n\nARRAY_SIZE is more concise to use when the size of an array is divided by\nthe size of its type or the size of its first element.\n\nThe semantic patch that makes this change is as follows:\n(http://www.emn.fr/x-info/coccinelle/)\n\n// \u003csmpl\u003e\n@i@\n@@\n\n#include \u003clinux/kernel.h\u003e\n\n@depends on i using \"paren.iso\"@\ntype T;\nT[] E;\n@@\n\n- (sizeof(E)/sizeof(T))\n+ ARRAY_SIZE(E)\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3c19aa0750fdd2f19f135aec5f958a8b55c18d5a",
      "old_mode": 33188,
      "old_path": "crypto/md4.c",
      "new_id": "a143c4aaa3986385f7f50ea4df5f336f8c8eba57",
      "new_mode": 33188,
      "new_path": "crypto/md4.c"
    }
  ]
}
