)]}'
{
  "commit": "60c20fb8c00a2b23308ae4517f145383bc66d291",
  "tree": "cf2a5cb0151f77e75bebdc1b98c9b9fad3096855",
  "parents": [
    "6b447f04a9aecdf2a30c1a97e4b034ac7931bb70"
  ],
  "author": {
    "name": "Andy Whitcroft",
    "email": "apw@canonical.com",
    "time": "Fri Jan 02 13:49:04 2009 +0000"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Fri Jan 02 10:19:42 2009 -0800"
  },
  "message": "serial: RS485 ioctl structure uses __u32 include linux/types.h\n\nIn the commit below a new struct serial_rs485 was introduced for a new\nioctl:\n\n    commit c26c56c0f40e200e61d1390629c806f6adaffbcc\n    Author: Alan Cox \u003calan@redhat.com\u003e\n    Date:   Mon Oct 13 10:37:48 2008 +0100\n\n\ttty: Cris has a nice RS485 ioctl so we should steal it\n\nThis structure uses the __u32 types for some of its members, which leads\nto the following compile error:\n\n    $ cc -I.../include -c X.c\n    In file included from X.c:2: .../include/linux/serial.h:185:\n\t\terror: expected specifier-qualifier-list before ‘__u32’\n    $\n\nIt seems that these types are appropriate for this structure as it is\nto be exposed to userspace.  These types are available via linux/types.h\nso move the include of that outside the __KERNEL__ section.\n\nSigned-off-by: Andy Whitcroft \u003capw@canonical.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1ea8d9265bf67c5bc52d1a43b2557d9ae661c2df",
      "old_mode": 33188,
      "old_path": "include/linux/serial.h",
      "new_id": "9136cc5608c3df2b15145ab7f1fbe09c966fd8f9",
      "new_mode": 33188,
      "new_path": "include/linux/serial.h"
    }
  ]
}
