get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/43409/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 43409,
    "url": "https://patches.dpdk.org/api/patches/43409/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1532629883-21085-1-git-send-email-rami.rosen@intel.com/",
    "project": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<1532629883-21085-1-git-send-email-rami.rosen@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1532629883-21085-1-git-send-email-rami.rosen@intel.com",
    "date": "2018-07-26T18:31:23",
    "name": "bus/pci: fix a typo",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "fe3c7c1cec2437ee7e15859bcb3aa1782af90836",
    "submitter": {
        "id": 436,
        "url": "https://patches.dpdk.org/api/people/436/?format=api",
        "name": "Rami Rosen",
        "email": "rami.rosen@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1532629883-21085-1-git-send-email-rami.rosen@intel.com/mbox/",
    "series": [
        {
            "id": 795,
            "url": "https://patches.dpdk.org/api/series/795/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=795",
            "date": "2018-07-26T18:31:23",
            "name": "bus/pci: fix a typo",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/795/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/43409/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/43409/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id D24643256;\n\tThu, 26 Jul 2018 20:34:51 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 4A54A2B95;\n\tThu, 26 Jul 2018 20:34:49 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t26 Jul 2018 11:34:48 -0700",
            "from imail001.iil.intel.com ([10.184.207.12])\n\tby fmsmga001.fm.intel.com with ESMTP; 26 Jul 2018 11:33:37 -0700",
            "from rubyhost.iil.intel.com (rubyhost.iil.intel.com\n\t[143.185.141.89])\n\tby imail001.iil.intel.com with ESMTP id w6QIXVb8022298;\n\tThu, 26 Jul 2018 21:33:31 +0300"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.51,406,1526367600\"; d=\"scan'208\";a=\"75810118\"",
        "From": "Rami Rosen <rami.rosen@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "stable@dpdk.org, Rami Rosen <rami.rosen@intel.com>",
        "Date": "Thu, 26 Jul 2018 21:31:23 +0300",
        "Message-Id": "<1532629883-21085-1-git-send-email-rami.rosen@intel.com>",
        "X-Mailer": "git-send-email 1.9.1",
        "Subject": "[dpdk-dev] [PATCH] bus/pci: fix a typo",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This patch fixes a trivial typo in pci_common.c.\n\nSigned-off-by: Rami Rosen <rami.rosen@intel.com>\n---\n drivers/bus/pci/pci_common.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/drivers/bus/pci/pci_common.c b/drivers/bus/pci/pci_common.c\nindex 94b0f41..8253a50 100644\n--- a/drivers/bus/pci/pci_common.c\n+++ b/drivers/bus/pci/pci_common.c\n@@ -72,7 +72,7 @@ static struct rte_devargs *pci_devargs_lookup(struct rte_pci_device *dev)\n \t */\n \tif (devargs != NULL)\n \t\t/* If an rte_devargs exists, the generic rte_device uses the\n-\t\t * given name as its namea\n+\t\t * given name as its name\n \t\t */\n \t\tdev->device.name = dev->device.devargs->name;\n \telse\n",
    "prefixes": []
}