{"id":807602,"url":"http://patchwork.ozlabs.org/api/1.2/patches/807602/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/patch/20170830114012.28260-1-colin.king@canonical.com/","project":{"id":7,"url":"http://patchwork.ozlabs.org/api/1.2/projects/7/?format=json","name":"Linux network development","link_name":"netdev","list_id":"netdev.vger.kernel.org","list_email":"netdev@vger.kernel.org","web_url":null,"scm_url":null,"webscm_url":null,"list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"msgid":"<20170830114012.28260-1-colin.king@canonical.com>","list_archive_url":null,"date":"2017-08-30T11:40:12","name":"[next] qed: fix spelling mistake: \"calescing\" -> \"coalescing\"","commit_ref":null,"pull_url":null,"state":"accepted","archived":true,"hash":"73ae5c0e452544c7d8411134b2d5b145f4531c4c","submitter":{"id":2900,"url":"http://patchwork.ozlabs.org/api/1.2/people/2900/?format=json","name":"Colin Ian King","email":"colin.king@canonical.com"},"delegate":{"id":34,"url":"http://patchwork.ozlabs.org/api/1.2/users/34/?format=json","username":"davem","first_name":"David","last_name":"Miller","email":"davem@davemloft.net"},"mbox":"http://patchwork.ozlabs.org/project/netdev/patch/20170830114012.28260-1-colin.king@canonical.com/mbox/","series":[{"id":595,"url":"http://patchwork.ozlabs.org/api/1.2/series/595/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/list/?series=595","date":"2017-08-30T11:40:12","name":"[next] qed: fix spelling mistake: \"calescing\" -> \"coalescing\"","version":1,"mbox":"http://patchwork.ozlabs.org/series/595/mbox/"}],"comments":"http://patchwork.ozlabs.org/api/patches/807602/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/807602/checks/","tags":{},"related":[],"headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xj3Tm2T0hz9sQl\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 30 Aug 2017 21:40:28 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751456AbdH3LkP (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tWed, 30 Aug 2017 07:40:15 -0400","from youngberry.canonical.com ([91.189.89.112]:53687 \"EHLO\n\tyoungberry.canonical.com\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1751332AbdH3LkO (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Wed, 30 Aug 2017 07:40:14 -0400","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) (Exim 4.76)\n\t(envelope-from <colin.king@canonical.com>)\n\tid 1dn1Lx-0004iH-5w; Wed, 30 Aug 2017 11:40:13 +0000"],"From":"Colin King <colin.king@canonical.com>","To":"Yuval Mintz <Yuval.Mintz@cavium.com>,\n\tAriel Elior <Ariel.Elior@cavium.com>,\n\teverest-linux-l2@cavium.com, netdev@vger.kernel.org","Cc":"linux-kernel@vger.kernel.org","Subject":"[PATCH][next] qed: fix spelling mistake: \"calescing\" -> \"coalescing\"","Date":"Wed, 30 Aug 2017 12:40:12 +0100","Message-Id":"<20170830114012.28260-1-colin.king@canonical.com>","X-Mailer":"git-send-email 2.14.1","MIME-Version":"1.0","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"8bit","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"},"content":"From: Colin Ian King <colin.king@canonical.com>\n\nTrivial fix to spelling mistake in DP_NOTICE message\n\nSigned-off-by: Colin Ian King <colin.king@canonical.com>\n---\n drivers/net/ethernet/qlogic/qed/qed_l2.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/drivers/net/ethernet/qlogic/qed/qed_l2.c b/drivers/net/ethernet/qlogic/qed/qed_l2.c\nindex 9a1645852015..085338990f49 100644\n--- a/drivers/net/ethernet/qlogic/qed/qed_l2.c\n+++ b/drivers/net/ethernet/qlogic/qed/qed_l2.c\n@@ -2805,7 +2805,7 @@ static int qed_get_coalesce(struct qed_dev *cdev, u16 *coal, void *handle)\n \tp_hwfn = p_cid->p_owner;\n \trc = qed_get_queue_coalesce(p_hwfn, coal, handle);\n \tif (rc)\n-\t\tDP_NOTICE(p_hwfn, \"Unable to read queue calescing\\n\");\n+\t\tDP_NOTICE(p_hwfn, \"Unable to read queue coalescing\\n\");\n \n \treturn rc;\n }\n","prefixes":["next"]}