commit | 36d89f7de4a4937848de86d9b35cb03a9f0357e1 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Nov 07 17:48:21 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Dec 29 08:16:46 2010 -0200 |
tree | 38d40406de7fe081febb1f6394f308a6037c0c67 | |
parent | 13d28e4917fb6cf6898e8998f01ab83b3f468aeb [diff] |
[media] drivers/staging/cx25821: Use pr_fmt and pr_<level> Fix several defects with bad line continuation uses that introduce whitespace. Fix several defects with lines missing "\n". Standardize prefixes via pr_fmt. Remove internal cx25821 prefixes. Standardize :%s():" ... __func__ uses. Coalesce long formats. Add KERN_<level> prefixes via pr_<level> to printks. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>