staging: lustre: changed __u32 to __be32
authorNikola Jelic <nikola.jelic83@gmail.com>
Sat, 27 May 2017 21:37:28 +0000 (23:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Jun 2017 08:32:41 +0000 (17:32 +0900)
commite4e5f9c6c7fc76daa8f6118ce2c4f822b366ed21
tree2ccfa44edb816ebb42dc4651d4db051da359bdf8
parent78c486189dde9affd39a2a8b9d27ee32cea4a04e
staging: lustre: changed __u32 to __be32

Temporary variable is used only as __be32, for both assignments and reads,
but the type is inconsistent (__u32).

Signed-off-by: Nikola Jelic <nikola.jelic83@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/lib-socket.c