diff options
author | Marcin Slusarz <[email protected]> | 2008-02-13 00:06:18 +0100 |
---|---|---|
committer | Mark Fasheh <[email protected]> | 2008-03-03 15:50:21 -0800 |
commit | 0dd3256e04c452396c9d22943e4a18e02f4dbdf4 (patch) | |
tree | 2e4cdc053041d9313ed0dfbac111d28261c238c8 /lib/debugobjects.c | |
parent | 1044e401af9a309637828aa3cc8f3b6409fcbf4e (diff) |
[PATCH] ocfs2: le*_add_cpu conversion
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 <[email protected]>
Signed-off-by: Mark Fasheh <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions