[PATCH 3/3] nfc: Standardize logging style

2013-04-05 Thread Joe Perches
Use standardized styles to minimize coding defects. Always use nfc_ where feasible. Add \n to formats where appropriate. Tyop "it it" correction. Add #define pr_fmt where appropriate. Remove function tracing logging messages. Remove OOM messages. Signed-off-by: Joe Perches ---

[PATCH 3/3] nfc: Standardize logging style

2013-04-05 Thread Joe Perches
Use standardized styles to minimize coding defects. Always use nfc_level where feasible. Add \n to formats where appropriate. Tyop it it correction. Add #define pr_fmt where appropriate. Remove function tracing logging messages. Remove OOM messages. Signed-off-by: Joe Perches j...@perches.com