From: Joe Perches Date: Tue, 16 Jul 2013 21:06:48 +0000 (-0700) Subject: crypto: ux500 - Fix logging, make arrays const, neatening X-Git-Tag: v3.12-rc1~108^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d2884debaa029ddcf9de4631c4c83249bc8c4d;p=pandora-kernel.git crypto: ux500 - Fix logging, make arrays const, neatening Logging messages without newlines are possibly interleaved with other messages. Add terminating newlines to avoid this. Other miscellaneous changes: Make arrays const to reduce data size Add pr_fmt to prefix pr_, remove now unused DEV_DBG_NAME Coalesce formats, align arguments Remove unnecessary OOM messages as dump_stack is already done Remove unnecessary cast of void * Change kzalloc(sizeof(struct)...) to kzalloc(sizeof(*var), ...) Reduce indents in struct definitions Signed-off-by: Joe Perches Acked-by: Linus Walleij Signed-off-by: Herbert Xu --- Reading git-diff-tree failed