Re: [PATCH 1/3] ethtool: fix typo on setting speed 10000

2008-01-28 Thread Kok, Auke
Jeff Garzik wrote: > Auke Kok wrote: >> From: Jesse Brandeburg <[EMAIL PROTECTED]> >> >> fix the typo in speed 1 setting. >> >> Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]> >> Signed-off-by: Auke Kok <[EMAIL PROTECTED]> >> --- >> >> ethtool.c |2 +- >> 1 files changed, 1 insertions(

Re: [PATCH 1/3] ethtool: fix typo on setting speed 10000

2008-01-12 Thread Jeff Garzik
Auke Kok wrote: From: Jesse Brandeburg <[EMAIL PROTECTED]> fix the typo in speed 1 setting. Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]> Signed-off-by: Auke Kok <[EMAIL PROTECTED]> --- ethtool.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) patches 1 and 2 failed to

[PATCH 1/3] ethtool: fix typo on setting speed 10000

2008-01-07 Thread Auke Kok
From: Jesse Brandeburg <[EMAIL PROTECTED]> fix the typo in speed 1 setting. Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]> Signed-off-by: Auke Kok <[EMAIL PROTECTED]> --- ethtool.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ethtool.c b/ethtool.c index 3ad