diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-04-16 12:44:56 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-17 09:03:59 -0400 |
commit | 6ceafb880c218a14e0cf8d08499138a1a9775fb2 (patch) | |
tree | 19131ae8840571d482040ba266c95b3862628a4a /drivers/base | |
parent | e0df7e1faebad9a7ac0931d03f86fcd5c0d1896e (diff) | |
download | op-kernel-dev-6ceafb880c218a14e0cf8d08499138a1a9775fb2.zip op-kernel-dev-6ceafb880c218a14e0cf8d08499138a1a9775fb2.tar.gz |
fs/binfmt_misc.c: simplify entry_status()
sprintf() reliably returns the number of characters printed, so we don't
need to ask strlen() where we are. Also replace calling sprintf("%02x")
in a loop with the much simpler bin2hex().
[akpm@linux-foundation.org: it's odd to include kernel.h after everything else]
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions