Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/807534/?format=api
{ "id": 807534, "url": "http://patchwork.ozlabs.org/api/patches/807534/?format=api", "web_url": "http://patchwork.ozlabs.org/project/fwts/patch/20170830094635.8504-1-colin.king@canonical.com/", "project": { "id": 24, "url": "http://patchwork.ozlabs.org/api/projects/24/?format=api", "name": "Firmware Test Suite development", "link_name": "fwts", "list_id": "fwts-devel.lists.ubuntu.com", "list_email": "fwts-devel@lists.ubuntu.com", "web_url": null, "scm_url": null, "webscm_url": null, "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<20170830094635.8504-1-colin.king@canonical.com>", "list_archive_url": null, "date": "2017-08-30T09:46:35", "name": "acpica: fix spelling mistake: acpcia -> acpica", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "b2599d1ac1320d3fb1823a1b94f76a7823d8d46f", "submitter": { "id": 2900, "url": "http://patchwork.ozlabs.org/api/people/2900/?format=api", "name": "Colin Ian King", "email": "colin.king@canonical.com" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/fwts/patch/20170830094635.8504-1-colin.king@canonical.com/mbox/", "series": [ { "id": 563, "url": "http://patchwork.ozlabs.org/api/series/563/?format=api", "web_url": "http://patchwork.ozlabs.org/project/fwts/list/?series=563", "date": "2017-08-30T09:46:35", "name": "acpica: fix spelling mistake: acpcia -> acpica", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/563/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/807534/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/807534/checks/", "tags": {}, "related": [], "headers": { "Return-Path": "<fwts-devel-bounces@lists.ubuntu.com>", "X-Original-To": "incoming@patchwork.ozlabs.org", "Delivered-To": "patchwork-incoming@bilbo.ozlabs.org", "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com\n\t(client-ip=91.189.94.19; helo=huckleberry.canonical.com;\n\tenvelope-from=fwts-devel-bounces@lists.ubuntu.com;\n\treceiver=<UNKNOWN>)", "Received": [ "from huckleberry.canonical.com (huckleberry.canonical.com\n\t[91.189.94.19])\n\tby ozlabs.org (Postfix) with ESMTP id 3xj0yw3RTvz9s72;\n\tWed, 30 Aug 2017 19:47:04 +1000 (AEST)", "from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.76)\n\t(envelope-from <fwts-devel-bounces@lists.ubuntu.com>)\n\tid 1dmzaQ-0007OE-OJ; Wed, 30 Aug 2017 09:47:02 +0000", "from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.76) (envelope-from <colin.king@canonical.com>)\n\tid 1dmza0-0007M1-26\n\tfor fwts-devel@lists.ubuntu.com; Wed, 30 Aug 2017 09:46:36 +0000", "from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost)\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.76) (envelope-from <colin.king@canonical.com>)\n\tid 1dmzZz-0007vn-NS; Wed, 30 Aug 2017 09:46:35 +0000" ], "From": "Colin King <colin.king@canonical.com>", "To": "fwts-devel@lists.ubuntu.com", "Subject": "[PATCH] acpica: fix spelling mistake: acpcia -> acpica", "Date": "Wed, 30 Aug 2017 10:46:35 +0100", "Message-Id": "<20170830094635.8504-1-colin.king@canonical.com>", "X-Mailer": "git-send-email 2.14.1", "MIME-Version": "1.0", "X-BeenThere": "fwts-devel@lists.ubuntu.com", "X-Mailman-Version": "2.1.14", "Precedence": "list", "List-Id": "Firmware Test Suite Development <fwts-devel.lists.ubuntu.com>", "List-Unsubscribe": "<https://lists.ubuntu.com/mailman/options/fwts-devel>,\n\t<mailto:fwts-devel-request@lists.ubuntu.com?subject=unsubscribe>", "List-Archive": "<https://lists.ubuntu.com/archives/fwts-devel>", "List-Post": "<mailto:fwts-devel@lists.ubuntu.com>", "List-Help": "<mailto:fwts-devel-request@lists.ubuntu.com?subject=help>", "List-Subscribe": "<https://lists.ubuntu.com/mailman/listinfo/fwts-devel>,\n\t<mailto:fwts-devel-request@lists.ubuntu.com?subject=subscribe>", "Content-Type": "text/plain; charset=\"us-ascii\"", "Content-Transfer-Encoding": "7bit", "Errors-To": "fwts-devel-bounces@lists.ubuntu.com", "Sender": "fwts-devel-bounces@lists.ubuntu.com" }, "content": "From: Colin Ian King <colin.king@canonical.com>\n\nTrival fix to spelling mistake, no functional change\n\nSigned-off-by: Colin Ian King <colin.king@canonical.com>\n---\n src/acpica/fwts_acpica.c | 6 +++---\n src/lib/include/fwts_acpica.h | 2 +-\n src/lib/src/fwts_iasl.c | 4 ++--\n 3 files changed, 6 insertions(+), 6 deletions(-)", "diff": "diff --git a/src/acpica/fwts_acpica.c b/src/acpica/fwts_acpica.c\nindex b0cefe73..0aef4558 100644\n--- a/src/acpica/fwts_acpica.c\n+++ b/src/acpica/fwts_acpica.c\n@@ -1022,10 +1022,10 @@ static int fwts_acpica_verify_facp_table_pointers(fwts_framework *fw)\n }\n \n /*\n- * fwts_acpcia_set_fwts_framework()\n+ * fwts_acpica_set_fwts_framework()\n *\tset fwts_acpica_fw ptr\n */\n-void fwts_acpcia_set_fwts_framework(fwts_framework *fw)\n+void fwts_acpica_set_fwts_framework(fwts_framework *fw)\n {\n \tfwts_acpica_fw = fw;\n }\n@@ -1062,7 +1062,7 @@ int fwts_acpica_init(fwts_framework *fw)\n \tpthread_mutex_init(&mutex_lock_sem_table, NULL);\n \tpthread_mutex_init(&mutex_thread_info, NULL);\n \n-\tfwts_acpcia_set_fwts_framework(fw);\n+\tfwts_acpica_set_fwts_framework(fw);\n \n \tAcpiDbgLevel = ACPI_NORMAL_DEFAULT;\n \tAcpiDbgLayer = 0x00000000;\ndiff --git a/src/lib/include/fwts_acpica.h b/src/lib/include/fwts_acpica.h\nindex 49d81207..017ecd89 100644\n--- a/src/lib/include/fwts_acpica.h\n+++ b/src/lib/include/fwts_acpica.h\n@@ -24,7 +24,7 @@\n \n typedef void (*fwts_acpica_log_callback)(fwts_framework *fw, const char *buffer);\n \n-void fwts_acpcia_set_fwts_framework(fwts_framework *fw);\n+void fwts_acpica_set_fwts_framework(fwts_framework *fw);\n int fwts_acpica_init(fwts_framework *fw);\n int fwts_acpica_deinit(void);\n fwts_list *fwts_acpica_get_object_names(int type);\ndiff --git a/src/lib/src/fwts_iasl.c b/src/lib/src/fwts_iasl.c\nindex 52338341..93d7ead3 100644\n--- a/src/lib/src/fwts_iasl.c\n+++ b/src/lib/src/fwts_iasl.c\n@@ -162,7 +162,7 @@ static int fwts_iasl_disassemble_to_file(fwts_framework *fw,\n \tif (!iasl_init)\n \t\treturn FWTS_ERROR;\n \n-\tfwts_acpcia_set_fwts_framework(fw);\n+\tfwts_acpica_set_fwts_framework(fw);\n \n \tif (fwts_iasl_disassemble_aml(\n \t\tiasl_cached_table_filename,\n@@ -279,7 +279,7 @@ int fwts_iasl_reassemble(fwts_framework *fw,\n \t (info == NULL))\n \t\treturn FWTS_ERROR;\n \n-\tfwts_acpcia_set_fwts_framework(fw);\n+\tfwts_acpica_set_fwts_framework(fw);\n \t*iasl_disassembly = NULL;\n \tsnprintf(tmpfile, sizeof(tmpfile), \"/tmp/fwts_iasl_reassemble_%d.dsl\", pid);\n \n", "prefixes": [] }