From: Wagner Ferenc Date: Fri, 7 Dec 2007 07:40:29 +0000 (-0800) Subject: bonding: Return nothing for not applicable values X-Git-Tag: v2.6.24-rc5~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16cd0160d5e7e22c2818b30bf1a1d4c262a8df8a;p=pandora-kernel.git bonding: Return nothing for not applicable values From: Wagner Ferenc The previous code returned '\n' (that is, a single empty line) from most files, with one exception (xmit_hash_policy), where it returned 'NA\n'. This patch consolidates each file to return nothing at all if not applicable, not even a '\n'. I find this behaviour more usual, more useful, more efficient and shorter to code from both sides. Signed-off-by: Ferenc Wagner Acked-by: Jay Vosburgh Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed