summaryrefslogtreecommitdiff
path: root/drivers/atm
diff options
context:
space:
mode:
authorJesper Dangaard Brouer <hawk@comx.dk>2010-01-05 05:50:52 (GMT)
committerDavid S. Miller <davem@davemloft.net>2010-01-07 08:59:10 (GMT)
commit2d13bafeba24f732e89b818b8c66b07893457570 (patch)
tree1d036907574b299b573729d809b528dc69634660 /drivers/atm
parent65324144b50bc7022cc9b6ca8f4a536a957019e3 (diff)
downloadlinux-2d13bafeba24f732e89b818b8c66b07893457570.tar.xz
net: Make it easier to parse /proc/net/dev contents.
The contents of /proc/net/dev is annoying to parse, because it changes whether there is a space after the "ethX:" or not. It depends upon the size of the "Receive bytes" counter, if the number is below 7 digits, then there is whitespaces else if the number is 8 digits or above there is no space between the ":" and the number. This patch changes the output to assure there is always a space between the ":" and the number. Given that all existing userspace application already need to handle the whitespaces, I see no breakage of existing tools. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Acked-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions