Re: [PATCH 7/8] security: tomoyo: Use a more current logging style

2014-02-25 Thread Tetsuo Handa
Joe Perches wrote: > Convert printks to pr_ > Add pr_fmt to prefix output with "tomoyo: " > Coalesce formats. > > Signed-off-by: Joe Perches Acked-by: Tetsuo Handa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org Mo

[PATCH 7/8] security: tomoyo: Use a more current logging style

2014-02-24 Thread Joe Perches
Convert printks to pr_ Add pr_fmt to prefix output with "tomoyo: " Coalesce formats. Signed-off-by: Joe Perches --- security/tomoyo/common.c | 23 ++- security/tomoyo/domain.c | 8 security/tomoyo/load_policy.c | 9 + security/tomoyo/memory.c