[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1202939494.6857.21.camel@norville.austin.ibm.com>
Date: Wed, 13 Feb 2008 15:51:34 -0600
From: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
To: marcin.slusarz@...il.com
Cc: LKML <linux-kernel@...r.kernel.org>,
jfs-discussion@...ts.sourceforge.net
Subject: Re: [PATCH] jfs: le*_add_cpu conversion
On Wed, 2008-02-13 at 00:06 +0100, marcin.slusarz@...il.com wrote:
> From: Marcin Slusarz <marcin.slusarz@...il.com>
>
> replace all:
> little_endian_variable = cpu_to_leX(leX_to_cpu(little_endian_variable) +
> expression_in_cpu_byteorder);
> with:
> leX_add_cpu(&little_endian_variable, expression_in_cpu_byteorder);
> generated with semantic patch
>
> Signed-off-by: Marcin Slusarz <marcin.slusarz@...il.com>
> Cc: shaggy@...tin.ibm.com
> Cc: jfs-discussion@...ts.sourceforge.net
Applied to the jfs git tree.
Thanks,
Shaggy
--
David Kleikamp
IBM Linux Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists