From: Josh Triplett Date: Thu, 7 Nov 2013 01:03:06 +0000 (+1100) Subject: scripts/bloat-o-meter: use .startswith rather than fragile slicing X-Git-Tag: v3.13-rc1~74^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2e182fab04c1fb50e7dac05d0fd78d331225ad0;p=pandora-kernel.git scripts/bloat-o-meter: use .startswith rather than fragile slicing str.startswith has existed since at least Python 2.0, in 2000; use it rather than a fragile comparison against an initial slice of a string, which requires hard-coding the length of the string to compare against. Signed-off-by: Josh Triplett Signed-off-by: Andrew Morton Signed-off-by: Michal Marek --- Reading git-diff-tree failed