Re: [PATCH] ethtool: Fix coalesce settings copy+paste typo

2007-11-23 Thread Jeff Garzik
Auke Kok wrote: Coalesce setting errors use the same error messages as the descriptor ring errors. applied - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] ethtool: Fix coalesce settings copy+paste typo

2007-11-12 Thread Auke Kok
Coalesce setting errors use the same error messages as the descriptor ring errors. Signed-off-by: Auke Kok [EMAIL PROTECTED] --- ethtool.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ethtool.c b/ethtool.c index 6c7a2e3..bb9dd59 100644 --- a/ethtool.c +++