)]}'
{
  "commit": "2ceb532b04b7a3b8f534d11a6e839f8b8bff94c1",
  "tree": "44dd940b3f397dfc21344c94d4827a37985c2d50",
  "parents": [
    "131edb3418018b6da297ed389b541e697043a8b6"
  ],
  "author": {
    "name": "Andy Whitcroft",
    "email": "apw@canonical.com",
    "time": "Mon Oct 26 16:50:14 2009 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Thu Oct 29 07:39:31 2009 -0700"
  },
  "message": "checkpatch: fix false errors due to macro concatenation\n\nThe macro concatenation (##) sequence can cause false errors when checking\nmacro\u0027s.  Checkpatch doesn\u0027t currently know about the operator.\n\nFor example this line,\n\n+ \tentry \u003d (struct ftrace_raw_##call *)raw_data;                   \\\n\nis correct but it produces the following error,\n\nERROR: need consistent spacing around \u0027*\u0027 (ctx:WxB)\n+       entry \u003d (struct ftrace_raw_##call *)raw_data;\\\n                                          ^\n\nThe line above doesn\u0027t have any spacing problems, and if you remove the\nmacro concatenation sequence checkpatch doesn\u0027t give any errors.\n\nExtend identifier handling to include ## concatenation within the\ndefinition of an identifier.\n\nReported-by: Daniel Walker \u003cdwalker@fifo99.com\u003e\nSigned-off-by: Andy Whitcroft \u003capw@canonical.com\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": "05b10d6bc58121a29dbcee8b07b866020bf3c5f7",
      "old_mode": 33261,
      "old_path": "scripts/checkpatch.pl",
      "new_id": "cb2dac37aaffec2f8669cf2b08ab782211c48160",
      "new_mode": 33261,
      "new_path": "scripts/checkpatch.pl"
    }
  ]
}
