mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
1.8 KiB
Executable File
1.8 KiB
Executable File