aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-05-29 15:38:01 -0400
committerHelge Deller <deller@gmx.de>2018-06-28 11:14:44 -0400
commit5e791d2e4785f9ec7da4a02b9e8d00dace9e6917 (patch)
tree7c5fcbfc4e7525f9dd1a6fbc8464b3b9f9cf35af /tools/perf/scripts
parent1c971f39e62222d567f179ccaa1a186f1c203b52 (diff)
parisc: Convert printk(KERN_LEVEL) to pr_lvl()
Convert printk(KERN_LEVEL) type of calls to pr_lvl() macros. While here, - convert printk() to pr_info() - join back string literal to be on one line - use %*phN (note, it gives 1 byte more for sake of simplicity) Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions
table class='tabs'> aboutsummaryrefslogblamecommitdiffstats
path: root/arch/ppc/lib/strcase.c
blob: 3b0094cc2b520e7d24edce4381ef549c41413e98 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                        
                        











                                              
                                                         








                                                   
#include <linux/ctype.h>
#include <linux/types.h>

int strcasecmp(const char *s1, const char *s2)
{