From: "John W. Linville" <linville@xxxxxxxxxxxxx> Date: Mon, 16 May 2011 13:35:48 -0400 > This should go to netdev@xxxxxxxxxxxxxxx instead... > > On Mon, May 16, 2011 at 07:23:30AM -0700, Wey-Yi Guy wrote: >> skb->len has unsigned int, return the correct value from nla_nest_end call. >> >> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@xxxxxxxxx> Plus, the only users of the return value use it to feed "int" return values of functions. F.e. net/core/neighbour.c's use in neightbl_fill_parms(). I don't see this as being any better or worse, and we should just leave the return value alone. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html