Home
last modified time | relevance | path

Searched hist:c2104fda5e6a6981e385b2d11c5c591ab06d82a2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/udf/
H A Dballoc.cdiff c2104fda5e6a6981e385b2d11c5c591ab06d82a2 Wed Jan 30 15:03:57 CST 2008 marcin.slusarz@gmail.com <marcin.slusarz@gmail.com> udf: replace all adds to little endians variables with le*_add_cpu

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);
sparse didn't generate any new warning with this patch

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com
Signed-off-by: Jan Kara <jack@suse.cz>
H A Dialloc.cdiff c2104fda5e6a6981e385b2d11c5c591ab06d82a2 Wed Jan 30 15:03:57 CST 2008 marcin.slusarz@gmail.com <marcin.slusarz@gmail.com> udf: replace all adds to little endians variables with le*_add_cpu

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);
sparse didn't generate any new warning with this patch

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com
Signed-off-by: Jan Kara <jack@suse.cz>
H A Dinode.cdiff c2104fda5e6a6981e385b2d11c5c591ab06d82a2 Wed Jan 30 15:03:57 CST 2008 marcin.slusarz@gmail.com <marcin.slusarz@gmail.com> udf: replace all adds to little endians variables with le*_add_cpu

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);
sparse didn't generate any new warning with this patch

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com
Signed-off-by: Jan Kara <jack@suse.cz>