]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib: rename pack_hex_byte() to hex_byte_pack()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 24 Oct 2011 14:58:58 +0000 (01:58 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Oct 2011 09:08:08 +0000 (20:08 +1100)
commitde4aa447d434bde1fe0c638c9d4b583425d613db
tree7004d6ca44eb3e3642e27fd35b1117c590ab6d14
parenta990bff580fe4c35ede8e6b698f80d2d4cb2eb0e
lib: rename pack_hex_byte() to hex_byte_pack()

As suggested by Andrew Morton in [1] there is better to have most
significant part first in the function name.

[1] https://lkml.org/lkml/2011/9/20/22

There is no functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
Cc: Jason Wessel <jason.wessel@windriver.com>
Cc: Mimi Zohar <zohar@us.ibm.com>
Cc: James Morris <jmorris@namei.org>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/kernel.h
lib/vsprintf.c