)]}'
{
  "commit": "002f6aab43c0e556ee5f588d138587de6a3ed63d",
  "tree": "4497122ce37d7bc861e0d49c6ead3f2dc8803a6a",
  "parents": [
    "dcb3e137ce9be1dfc86e306182b23e3ae5e239c4"
  ],
  "author": {
    "name": "Julia Lawall",
    "email": "julia@diku.dk",
    "time": "Mon Dec 01 14:23:38 2008 -0800"
  },
  "committer": {
    "name": "David Woodhouse",
    "email": "David.Woodhouse@intel.com",
    "time": "Wed Dec 10 16:10:17 2008 +0000"
  },
  "message": "[MTD] drivers/mtd/maps/nettel.c: 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(E[...]))\n+ ARRAY_SIZE(E)\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a8723a6b74574a74e1e00b08f88b3c3e8ba3bdcb",
      "old_mode": 33188,
      "old_path": "drivers/mtd/maps/nettel.c",
      "new_id": "df682667604a1300e68118a17803980b9085196f",
      "new_mode": 33188,
      "new_path": "drivers/mtd/maps/nettel.c"
    }
  ]
}
