get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 814339,
    "url": "http://patchwork.ozlabs.org/api/patches/814339/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/7c84e1fab6b78006eabf819b453b826aff078be1.1505494668.git.msuchanek@suse.de/",
    "project": {
        "id": 2,
        "url": "http://patchwork.ozlabs.org/api/projects/2/?format=api",
        "name": "Linux PPC development",
        "link_name": "linuxppc-dev",
        "list_id": "linuxppc-dev.lists.ozlabs.org",
        "list_email": "linuxppc-dev@lists.ozlabs.org",
        "web_url": "https://github.com/linuxppc/wiki/wiki",
        "scm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git",
        "webscm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/",
        "list_archive_url": "https://lore.kernel.org/linuxppc-dev/",
        "list_archive_url_format": "https://lore.kernel.org/linuxppc-dev/{}/",
        "commit_url_format": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?id={}"
    },
    "msgid": "<7c84e1fab6b78006eabf819b453b826aff078be1.1505494668.git.msuchanek@suse.de>",
    "list_archive_url": "https://lore.kernel.org/linuxppc-dev/7c84e1fab6b78006eabf819b453b826aff078be1.1505494668.git.msuchanek@suse.de/",
    "date": "2017-09-15T17:02:48",
    "name": "[3/6] powerpc/fadump: stop removing quotes in argument parsing.",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "d2bb95abc85547de7b2807ae3e140d6c9bf0fff5",
    "submitter": {
        "id": 70348,
        "url": "http://patchwork.ozlabs.org/api/people/70348/?format=api",
        "name": "Michal Suchánek",
        "email": "msuchanek@suse.de"
    },
    "delegate": null,
    "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/7c84e1fab6b78006eabf819b453b826aff078be1.1505494668.git.msuchanek@suse.de/mbox/",
    "series": [
        {
            "id": 3338,
            "url": "http://patchwork.ozlabs.org/api/series/3338/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=3338",
            "date": "2017-09-15T17:02:47",
            "name": "[1/6] lib/cmdline.c: Add backslash support to kernel commandline parsing.",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/3338/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/patches/814339/comments/",
    "check": "pending",
    "checks": "http://patchwork.ozlabs.org/api/patches/814339/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org>",
        "X-Original-To": [
            "patchwork-incoming@ozlabs.org",
            "linuxppc-dev@lists.ozlabs.org"
        ],
        "Delivered-To": [
            "patchwork-incoming@ozlabs.org",
            "linuxppc-dev@lists.ozlabs.org"
        ],
        "Received": [
            "from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3])\n\t(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xv1zr4xXkz9s7m\n\tfor <patchwork-incoming@ozlabs.org>;\n\tSat, 16 Sep 2017 03:07:36 +1000 (AEST)",
            "from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3])\n\tby lists.ozlabs.org (Postfix) with ESMTP id 3xv1zr3xmgzDrZt\n\tfor <patchwork-incoming@ozlabs.org>;\n\tSat, 16 Sep 2017 03:07:36 +1000 (AEST)",
            "from mx1.suse.de (mx2.suse.de [195.135.220.15])\n\t(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby lists.ozlabs.org (Postfix) with ESMTPS id 3xv1tg1cMdzDrZf\n\tfor <linuxppc-dev@lists.ozlabs.org>;\n\tSat, 16 Sep 2017 03:03:07 +1000 (AEST)",
            "from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254])\n\tby mx1.suse.de (Postfix) with ESMTP id 22C165CB18;\n\tFri, 15 Sep 2017 17:02:59 +0000 (UTC)"
        ],
        "Authentication-Results": "ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=suse.de\n\t(client-ip=195.135.220.15; helo=mx1.suse.de;\n\tenvelope-from=msuchanek@suse.de; receiver=<UNKNOWN>)",
        "X-Virus-Scanned": "by amavisd-new at test-mx.suse.de",
        "X-Amavis-Alert": "BAD HEADER SECTION, Duplicate header field: \"References\"",
        "From": "Michal Suchanek <msuchanek@suse.de>",
        "To": "Jonathan Corbet <corbet@lwn.net>,\n\tBenjamin Herrenschmidt <benh@kernel.crashing.org>,\n\tPaul Mackerras <paulus@samba.org>,\n\tMichael Ellerman <mpe@ellerman.id.au>, \n\tMauro Carvalho Chehab <mchehab@kernel.org>,\n\tJani Nikula <jani.nikula@intel.com>,\n\tMichal Suchanek <msuchanek@suse.de>, \n\tKamlakant Patel <kamlakant.patel@broadcom.com>,\n\tBamvor Jian Zhang <bamvor.zhangjian@linaro.org>,\n\tTamara Diaconita <diaconitatamara@gmail.com>,\n\tTrond Myklebust <trond.myklebust@primarydata.com>,\n\tHari Bathini <hbathini@linux.vnet.ibm.com>,\n\tMahesh Salgaonkar <mahesh@linux.vnet.ibm.com>,\n\tAndrew Morton <akpm@linux-foundation.org>,\n\tNicholas Piggin <npiggin@gmail.com>, Baoquan He <bhe@redhat.com>,\n\tIlya Matveychikov <matvejchikov@gmail.com>,\n\tIngo Molnar <mingo@kernel.org>, \n\tlinux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,\n\tlinuxppc-dev@lists.ozlabs.org",
        "Subject": "[PATCH 3/6] powerpc/fadump: stop removing quotes in argument\n\tparsing.",
        "Date": "Fri, 15 Sep 2017 19:02:48 +0200",
        "Message-Id": "<7c84e1fab6b78006eabf819b453b826aff078be1.1505494668.git.msuchanek@suse.de>",
        "X-Mailer": "git-send-email 2.10.2",
        "In-Reply-To": [
            "<28da60231eb848981e858fa33e3b7e33f8547111.1505494668.git.msuchanek@suse.de>",
            "<4fabdf584ad18d6aae61e331f783a5020567f634.1505231820.git.msuchanek@suse.de>"
        ],
        "References": [
            "<28da60231eb848981e858fa33e3b7e33f8547111.1505494668.git.msuchanek@suse.de>",
            "<4fabdf584ad18d6aae61e331f783a5020567f634.1505231820.git.msuchanek@suse.de>"
        ],
        "X-BeenThere": "linuxppc-dev@lists.ozlabs.org",
        "X-Mailman-Version": "2.1.24",
        "Precedence": "list",
        "List-Id": "Linux on PowerPC Developers Mail List\n\t<linuxppc-dev.lists.ozlabs.org>",
        "List-Unsubscribe": "<https://lists.ozlabs.org/options/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=unsubscribe>",
        "List-Archive": "<http://lists.ozlabs.org/pipermail/linuxppc-dev/>",
        "List-Post": "<mailto:linuxppc-dev@lists.ozlabs.org>",
        "List-Help": "<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=help>",
        "List-Subscribe": "<https://lists.ozlabs.org/listinfo/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@lists.ozlabs.org?subject=subscribe>",
        "Errors-To": "linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org",
        "Sender": "\"Linuxppc-dev\"\n\t<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org>"
    },
    "content": "Signed-off-by: Michal Suchanek <msuchanek@suse.de>\n---\n arch/powerpc/kernel/fadump.c | 7 -------\n 1 file changed, 7 deletions(-)",
    "diff": "diff --git a/arch/powerpc/kernel/fadump.c b/arch/powerpc/kernel/fadump.c\nindex 1678d99ea835..275ea42a27d5 100644\n--- a/arch/powerpc/kernel/fadump.c\n+++ b/arch/powerpc/kernel/fadump.c\n@@ -494,13 +494,6 @@ static void __init fadump_update_params(struct param_info *param_info,\n \tif (!val)\n \t\treturn;\n \n-\t/* remove one leading and one trailing quote if both are present */\n-\tif ((val[0] == '\"') && (val[vallen - 1] == '\"')) {\n-\t\tshortening += 2;\n-\t\tvallen -= 2;\n-\t\tval++;\n-\t}\n-\n \tstrncpy(tgt, FADUMP_EXTRA_ARGS_PARAM, FADUMP_EXTRA_ARGS_LEN);\n \ttgt += FADUMP_EXTRA_ARGS_LEN;\n \t*tgt++ = ' ';\n",
    "prefixes": [
        "3/6"
    ]
}