]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scripts/bloat-o-meter: use .startswith rather than fragile slicing
authorJosh Triplett <josh@joshtriplett.org>
Thu, 7 Nov 2013 01:03:06 +0000 (12:03 +1100)
committerMichal Marek <mmarek@suse.cz>
Thu, 7 Nov 2013 09:47:13 +0000 (10:47 +0100)
commitc2e182fab04c1fb50e7dac05d0fd78d331225ad0
tree862352b8702d601592e1f9656103fe501bfed4b9
parent5a7b2d27960c7390f1729b6b81eaf94d9e7f3837
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 <josh@joshtriplett.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/bloat-o-meter