diff mbox

[U-Boot,1/3] drivers/net/Kconfig: Correct use of apostrophe

Message ID 1487601485-24847-1-git-send-email-trini@konsulko.com
State Accepted
Commit 7131d2d06ba8ea31eaad2a1bb2765b1fda00a8e3
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Feb. 20, 2017, 2:38 p.m. UTC
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 drivers/net/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini March 1, 2017, 3:38 p.m. UTC | #1
On Mon, Feb 20, 2017 at 09:38:03AM -0500, Tom Rini wrote:

> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied prior to v2017.03-rc3 to u-boot/master, thanks!
diff mbox

Patch

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)