Re: [PATCH 8/16] net/ax25: Use available error codes
From: David Miller <davem@davemloft.net>
Date: 2010-08-18 21:28:04
Also in:
kernel-janitors, linux-hams, lkml
From: David Miller <davem@davemloft.net>
Date: 2010-08-18 21:28:04
Also in:
kernel-janitors, linux-hams, lkml
From: Julia Lawall <redacted> Date: Mon, 16 Aug 2010 18:26:57 +0200 (CEST)
From: Julia Lawall <redacted> Error codes are stored in err, but the return value is always 0. Return err instead. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/)
...
Signed-off-by: Julia Lawall <redacted>
Applied.