Re: [except_nonlink net-next]r8169:Add exception when missing link

2015-07-12 Thread Francois Romieu
Marian Corcodel : > Add exception when missing link because original function " > rtl8169_check_link_status" must be int instead of void. You explain why the patch is done this way but you don't explain why it is needed/useful. > commit 21d27973b264192a4ccd6488b1487f07293b11c8 > Author: Corcodel

Re: [except_nonlink net-next]r8169:Add exception when missing link

2015-07-11 Thread David Miller
This is still not submitted properly. The full commit log message should begin the message body, then you should provide a proper "Signed-off-by: " tag and then _inline_ you should provide the text of the patch. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a

Re: [except_nonlink net-next]r8169:Add exception when missing link

2015-07-11 Thread Daniel Baluta
On Sat, Jul 11, 2015 at 9:32 PM, Marian Corcodel wrote: > Add exception when missing link because original function " > rtl8169_check_link_status" must be int instead of void. Hi Marian, Please have a look here: http://kernelnewbies.org/FirstKernelPatch#head-dc6a8aa0be0d0e8ed9dc03726d0b5a1fb0f6

[except_nonlink net-next]r8169:Add exception when missing link

2015-07-11 Thread Marian Corcodel
Add exception when missing link because original function " rtl8169_check_link_status" must be int instead of void. commit 21d27973b264192a4ccd6488b1487f07293b11c8 Author: Corcodel Marian Date: Sat Jul 11 21:19:57 2015 +0300 Committer: Corcodel Marian Add exception when nonexistent l