commit | 17936b43f0fdede23582d83a45622751409c99b9 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Apr 05 12:27:39 2013 -0700 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Wed Sep 25 01:35:39 2013 +0200 |
tree | 8ebdbac110d202dc4131165b00d5fd87a5233edc | |
parent | 073a625f0b80fb7613220a56375b0f3d2831af1b [diff] |
NFC: Standardize logging style Use standardized styles to minimize coding defects. Always use nfc_<level> where feasible. Add \n to formats where appropriate. Typo "it it" correction. Add #define pr_fmt where appropriate. Remove function tracing logging messages. Remove OOM messages. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>