Hi, Your patch submissions are getting better, also good to see you're finally using git-send-email. A few things need to be corrected though:
Subject line: - The 'vNN' part in brackets is supposed to be the reroll-count (see 'git format-patch -h' for details), not kernel version. You're supposed to submit your patches for either net or net-next, not a specific kernel version like 3.16. - Missing space after the closing bracket. - Extra space after 'r8169:'. On Fri, Mar 25, 2016 at 03:01:06PM +0200, Corcodel Marian wrote: > This patch correct value on MII_BMCR register ald value 0 > have target on reserved register first 2 bytes from MII_BMCR > speed 10 is flipped value on BMCR_SPEED100 This is very hard to understand. I *guess* you want to say one should not write 0 to MII_BMCR since it overwrites reserved bits, but it's really not clear. Don't you know someone who can properly translate from Romanian to English? Also detailed instructions on how to trigger the problem you are fixing for would be good. In detail: Which specific hardware was used, in which situation did the problem occur, how did it behave in that situation and what was the expected behaviour? Cheers, Phil