diff options
author | Marcin Slusarz <[email protected]> | 2008-02-13 00:06:08 +0100 |
---|---|---|
committer | Roland Dreier <[email protected]> | 2008-02-13 07:47:47 -0800 |
commit | 5163dc1a645bc9ed7984fa484f1a77378c166d23 (patch) | |
tree | 986189b025cacec7e736dae41de4737e05b76df4 /net/unix/sysctl_net_unix.c | |
parent | 8704e9a8790cc9e394198663c1c9150c899fb9a2 (diff) |
IB/mthca: Convert to use be16_add_cpu()
replace:
big_endian_variable = cpu_to_beX(beX_to_cpu(big_endian_variable) +
expression_in_cpu_byteorder);
with:
beX_add_cpu(&big_endian_variable, expression_in_cpu_byteorder);
Generated with a semantic patch.
Signed-off-by: Marcin Slusarz <[email protected]>
Cc: Sean Hefty <[email protected]>
Cc: Hal Rosenstock <[email protected]>
Signed-off-by: Roland Dreier <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions