lkml.org 
[lkml]   [2011]   [Oct]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCHv2 4/5] fat: follow rename pack_hex_byte to hex_byte_pack
Date
Andy Shevchenko <andriy.shevchenko@linux.intel.com> writes:

> There is no functional change.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

Thanks.

> ---
> fs/fat/dir.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fs/fat/dir.c b/fs/fat/dir.c
> index 5efbd5d..aca191b 100644
> --- a/fs/fat/dir.c
> +++ b/fs/fat/dir.c
> @@ -156,8 +156,8 @@ static int uni16_to_x8(struct super_block *sb, unsigned char *ascii,
> } else {
> if (uni_xlate == 1) {
> *op++ = ':';
> - op = pack_hex_byte(op, ec >> 8);
> - op = pack_hex_byte(op, ec);
> + op = hex_byte_pack(op, ec >> 8);
> + op = hex_byte_pack(op, ec);
> len -= 5;
> } else {
> *op++ = '?';

--
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>


\
 
 \ /
  Last update: 2011-10-10 22:05    [W:0.063 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site