From patchwork Mon Feb 20 14:38:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 730005 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3vRmTY3yWwz9sD9 for ; Tue, 21 Feb 2017 01:38:41 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E50B6B3955; Mon, 20 Feb 2017 15:38:39 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J8-Y2pwkOejU; Mon, 20 Feb 2017 15:38:39 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 33C9FA7BFC; Mon, 20 Feb 2017 15:38:25 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2AA7FB3928 for ; Mon, 20 Feb 2017 15:38:08 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nUekiQ2G1DxY for ; Mon, 20 Feb 2017 15:38:05 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-yw0-f193.google.com (mail-yw0-f193.google.com [209.85.161.193]) by theia.denx.de (Postfix) with ESMTPS id 41FE1B38C7 for ; Mon, 20 Feb 2017 15:37:59 +0100 (CET) Received: by mail-yw0-f193.google.com with SMTP id 2so2119424ywn.3 for ; Mon, 20 Feb 2017 06:37:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=xRJwkr3mXjjAobGe/6JMFEMElgwM8cXo1UEvxuTOsiI=; b=pivpWCT3sz8CZRDd7069wR6lIcl5qINkbDVS10xJZsomLKDYqldLnegkDW8lWvuOwD zEBnzPvhiTWq/X1Pq9fURqKbXrkZ66CtReMdl9xYxl3xmDDsYyzVK8MfzK46CEXLmEox 8SIoDL8/V4AGs2Sc4BXhZZvPUEXv6kshRtw2/GkqnUV2RK10scIsdBq2Wo8uMJlDKetB H06+mA8pI18RaXDvWT0po7lVepD0W4Ueg4xcihEyR2JcVXpI5yDpKwSJOkndyzHWAaw5 n7FNiAimOp4UqNflOzAyPGna+BwtbaPYzIZKMoPolX7n3Ohf1aSlh6am0pmboLgPn4k9 wc6w== X-Gm-Message-State: AMke39nhFenP/uSoeU9Dn0K50H7rpX6o5wRAOrPLvXxxypt7L20DvMlHeugReaCLqtfBKQ== X-Received: by 10.129.102.198 with SMTP id a189mr16065590ywc.160.1487601478145; Mon, 20 Feb 2017 06:37:58 -0800 (PST) Received: from localhost.localdomain (cpe-75-180-228-133.ec.res.rr.com. [75.180.228.133]) by smtp.gmail.com with ESMTPSA id b7sm7173722ywc.8.2017.02.20.06.37.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Feb 2017 06:37:57 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Date: Mon, 20 Feb 2017 09:38:03 -0500 Message-Id: <1487601485-24847-1-git-send-email-trini@konsulko.com> X-Mailer: git-send-email 1.9.1 Subject: [U-Boot] [PATCH 1/3] drivers/net/Kconfig: Correct use of apostrophe X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Tom Rini --- drivers/net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 078d5a8..70e3661 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -168,7 +168,7 @@ config SUN8I_EMAC help This driver supports the Allwinner based SUN8I/SUN50I Ethernet MAC. It can be found in H3/A64/A83T based SoCs and compatible with both - External and Internal PHY's. + External and Internal PHYs. config XILINX_AXIEMAC depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP)