From: Wagner Ferenc Date: Fri, 7 Dec 2007 07:40:28 +0000 (-0800) Subject: bonding: Remove trailing NULs from sysfs interface. X-Git-Tag: v2.6.24-rc5~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd4650895137760f6c686d06ca2bc174e3c861c;p=pandora-kernel.git bonding: Remove trailing NULs from sysfs interface. From: Wagner Ferenc Also remove trailing spaces from multivalued files. This fixes output like for example: $ od -c /sys/class/net/bond0/bonding/slaves 0000000 e t h - l e f t e t h - r i g 0000020 h t \n \0 0000025 It mostly entails deleting '+1'-s after sprintf() calls: the return value of sprintf is the number of characters printed, without the closing NUL, ie. exactly what the sysfs interface requires. The three multivalue cases are different, because they also have to swallow back a trailing space. Signed-off-by: Ferenc Wagner Acked-by: Jay Vosburgh Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed