)]}'
{
  "commit": "61b96d5b68a5aa58351a461cae81117ca9744069",
  "tree": "1a19d027dcaf4c494f377a9eede09c6fb0f1cb76",
  "parents": [
    "f6dbe38edf1ef4929847c90e244204ef4c6b3ce7"
  ],
  "author": {
    "name": "Baoyou Xie",
    "email": "baoyou.xie@linaro.org",
    "time": "Sat Aug 27 23:49:24 2016 +0800"
  },
  "committer": {
    "name": "Martin K. Petersen",
    "email": "martin.petersen@oracle.com",
    "time": "Sun Sep 04 01:28:07 2016 -0400"
  },
  "message": "scsi: pmcraid: mark symbols static where possible\n\nWe get 4 warnings about global functions without a declaration\nin the scsi pmcraid driver when building with W\u003d1:\ndrivers/scsi/pmcraid.c:309:6: warning: no previous prototype for \u0027pmcraid_init_cmdblk\u0027 [-Wmissing-prototypes]\ndrivers/scsi/pmcraid.c:404:6: warning: no previous prototype for \u0027pmcraid_return_cmd\u0027 [-Wmissing-prototypes]\ndrivers/scsi/pmcraid.c:1713:6: warning: no previous prototype for \u0027pmcraid_ioasc_logger\u0027 [-Wmissing-prototypes]\ndrivers/scsi/pmcraid.c:3141:1: warning: no previous prototype for \u0027pmcraid_init_ioadls\u0027 [-Wmissing-prototypes]\n\nIn fact, these functions are only used in the file in which it is\ndeclared and don\u0027t need a declaration, but can be made static.  so this\npatch marks it \u0027static\u0027.\n\nSigned-off-by: Baoyou Xie \u003cbaoyou.xie@linaro.org\u003e\nSigned-off-by: Martin K. Petersen \u003cmartin.petersen@oracle.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b2a88200fe546b2243574b90422cb52da73b10fb",
      "old_mode": 33188,
      "old_path": "drivers/scsi/pmcraid.c",
      "new_id": "68a5c347fae9a578fdcacbf6c618a0c15f4f6bb6",
      "new_mode": 33188,
      "new_path": "drivers/scsi/pmcraid.c"
    }
  ]
}
