Re: [PATCH] net: icplus: fix typo in constant name

2015-06-29 Thread David Miller
From: Nik Nyby Date: Mon, 29 Jun 2015 18:40:08 -0400 > This fixes a typo in the IPG_FRAMETOOLONGERRORS constant. > > Signed-off-by: Nik Nyby Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordom

[PATCH] net: icplus: fix typo in constant name

2015-06-29 Thread Nik Nyby
This fixes a typo in the IPG_FRAMETOOLONGERRORS constant. Signed-off-by: Nik Nyby --- drivers/net/ethernet/icplus/ipg.c | 2 +- drivers/net/ethernet/icplus/ipg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/icplus/ipg.c b/drivers/net/ethernet/icplu