summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2014-09-29 13:50:11 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-09-29 13:53:04 (GMT)
commit7c4f45397057506415d1cbf3e30b90674f2e0ec0 (patch)
treed6b13e47c8be301c5a786ace003f2ec8c3cf2ae5 /arch
parentcf30af76952b0cb20c4a2cf8db16d69ca59eb652 (diff)
downloadlinux-7c4f45397057506415d1cbf3e30b90674f2e0ec0.tar.xz
cpufreq: Replace strnicmp with strncasecmp
The kernel used to contain two functions for length-delimited, case-insensitive string comparison, strnicmp with correct semantics and a slightly buggy strncasecmp. The latter is the POSIX name, so strnicmp was renamed to strncasecmp, and strnicmp made into a wrapper for the new strncasecmp to avoid breaking existing users. To allow the compat wrapper strnicmp to be removed at some point in the future, and to avoid the extra indirection cost, do s/strnicmp/strncasecmp/g. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions