)]}'
{
  "commit": "f6195aa09e618d712f52bf4fa33b5293820eb93d",
  "tree": "a41ef0dce7ebb3e670b6e1a7214a4f558110178e",
  "parents": [
    "c9cf4a019cff198ee5638323e3b0ee18886467e8"
  ],
  "author": {
    "name": "Steven Rostedt",
    "email": "srostedt@redhat.com",
    "time": "Wed Sep 01 12:23:12 2010 -0400"
  },
  "committer": {
    "name": "Steven Rostedt",
    "email": "rostedt@goodmis.org",
    "time": "Wed Sep 01 12:23:12 2010 -0400"
  },
  "message": "ring-buffer: Place duplicate expression into a single function\n\nWhile discussing the strictness of the 80 character limit on the\nKernel Summit Discussion mailing list, I showed examples that I\nbroke that limit slightly with some algorithms. In discussing with\nJohn Linville, what looked better, I realized that two of the\n80 char breaking culprits were an identical expression.\n\nAs a clean up, this patch moves the identical expression into its\nown helper function and that is used instead. As a side effect,\nthe offending code is now under the 80 character limit. :-)\n\nThis clean up code also changes the expression from\n\n\t(A - B) - C  to  A - (B + C)\n\nThis makes the code look a little nicer too.\n\nCc: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "19cccc3c302871beae5fd39ad937b0791a2e785d",
      "old_mode": 33188,
      "old_path": "kernel/trace/ring_buffer.c",
      "new_id": "ef27017caa56dc7fa9b08f38549354376927b417",
      "new_mode": 33188,
      "new_path": "kernel/trace/ring_buffer.c"
    }
  ]
}
