{"id":808168,"url":"http://patchwork.ozlabs.org/api/patches/808168/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/patch/1504176100-28914-1-git-send-email-rami.rosen@intel.com/","project":{"id":7,"url":"http://patchwork.ozlabs.org/api/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":"<1504176100-28914-1-git-send-email-rami.rosen@intel.com>","list_archive_url":null,"date":"2017-08-31T10:41:40","name":"[net-next] net: fix two typos in net_device_ops documentation.","commit_ref":null,"pull_url":null,"state":"accepted","archived":true,"hash":"b47ed7c65b07dd6fffa6cca8dcc6dc45a0d93d61","submitter":{"id":65343,"url":"http://patchwork.ozlabs.org/api/people/65343/?format=json","name":"Rami Rosen","email":"rami.rosen@intel.com"},"delegate":{"id":34,"url":"http://patchwork.ozlabs.org/api/users/34/?format=json","username":"davem","first_name":"David","last_name":"Miller","email":"davem@davemloft.net"},"mbox":"http://patchwork.ozlabs.org/project/netdev/patch/1504176100-28914-1-git-send-email-rami.rosen@intel.com/mbox/","series":[{"id":790,"url":"http://patchwork.ozlabs.org/api/series/790/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/list/?series=790","date":"2017-08-31T10:41:40","name":"[net-next] net: fix two typos in net_device_ops documentation.","version":1,"mbox":"http://patchwork.ozlabs.org/series/790/mbox/"}],"comments":"http://patchwork.ozlabs.org/api/patches/808168/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/808168/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 3xjf7c5V90z9sQl\n\tfor <patchwork-incoming@ozlabs.org>;\n\tThu, 31 Aug 2017 20:41:48 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751276AbdHaKlq (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tThu, 31 Aug 2017 06:41:46 -0400","from mga02.intel.com ([134.134.136.20]:44618 \"EHLO mga02.intel.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1750757AbdHaKlp (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tThu, 31 Aug 2017 06:41:45 -0400","from orsmga004.jf.intel.com ([10.7.209.38])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t31 Aug 2017 03:41:44 -0700","from imail001.iil.intel.com ([10.184.207.12])\n\tby orsmga004.jf.intel.com with ESMTP; 31 Aug 2017 03:41:43 -0700","from cghost.iil.intel.com (cghost.iil.intel.com [143.185.141.71])\n\tby imail001.iil.intel.com with ESMTP id v7VAftvr019310;\n\tThu, 31 Aug 2017 13:41:55 +0300"],"X-ExtLoop1":"1","X-IronPort-AV":"E=Sophos;i=\"5.41,451,1498546800\"; d=\"scan'208\";a=\"124330536\"","From":"Rami Rosen <rami.rosen@intel.com>","To":"davem@davemloft.net","Cc":"netdev@vger.kernel.org, jasowang@redhat.com,\n\tRami Rosen <rami.rosen@intel.com>","Subject":"[PATCH net-next] net: fix two typos in net_device_ops documentation.","Date":"Thu, 31 Aug 2017 13:41:40 +0300","Message-Id":"<1504176100-28914-1-git-send-email-rami.rosen@intel.com>","X-Mailer":"git-send-email 1.9.1","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"},"content":"This patch fixes two trivial typos in net_device_ops documentation,\nrelated to ndo_xdp_flush callback.\n\nSigned-off-by: Rami Rosen <rami.rosen@intel.com>\n---\n include/linux/netdevice.h | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)","diff":"diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h\nindex 29bf06f..35de831 100644\n--- a/include/linux/netdevice.h\n+++ b/include/linux/netdevice.h\n@@ -1124,8 +1124,8 @@ struct xfrmdev_ops {\n  *\tThis function is used to submit a XDP packet for transmit on a\n  *\tnetdevice.\n  * void (*ndo_xdp_flush)(struct net_device *dev);\n- *\tThis function is used to inform the driver to flush a paticular\n- *\txpd tx queue. Must be called on same CPU as xdp_xmit.\n+ *\tThis function is used to inform the driver to flush a particular\n+ *\txdp tx queue. Must be called on same CPU as xdp_xmit.\n  */\n struct net_device_ops {\n \tint\t\t\t(*ndo_init)(struct net_device *dev);\n","prefixes":["net-next"]}