summaryrefslogtreecommitdiff
path: root/CREDITS
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2018-09-17 08:01:09 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2018-10-10 22:00:43 -0400
commit919d8a3f3fef9910fda7e0549004cbd4243cf744 (patch)
treef861a9f44dff7d7bd0f4a8536508dfdaf9a0ed42 /CREDITS
parent645a20c6821cd1ab58af8a1f99659e619c216efd (diff)
downloadlinux-next-919d8a3f3fef9910fda7e0549004cbd4243cf744.tar.gz
scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>
Use a more common logging style. Done using the perl script below and some typing $ git grep --name-only -w MPT3SAS_FMT -- "*.c" | \ xargs perl -i -e 'local $/; while (<>) { s/\bpr_(info|err|notice|warn)\s*\(\s*MPT3SAS_FMT\s*("[^"]+"(?:\s*\\?\s*"[^"]+"\s*){0,5}\s*),\s*ioc->name\s*/ioc_\1(ioc, \2/g; print;}' Miscellanea for these conversions: o Coalesce formats o Realign arguments o Remove unnecessary parentheses o Use casts to u64 instead of unsigned long long where appropriate o Convert broken pr_info uses to pr_cont o Fix broken format string concatenation with line continuations and excess whitespace Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Suganath Prabu <suganath-prabu.subramani@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions