diff options
author | Christoffer Dall <[email protected]> | 2013-07-29 20:46:04 -0700 |
---|---|---|
committer | Christoffer Dall <[email protected]> | 2013-08-11 21:03:39 -0700 |
commit | 2184a60de26b94bc5a88de3e5a960ef9ff54ba5a (patch) | |
tree | 9ec2007dcacc65537bff202a7b4cee8538797e17 /net/unix/af_unix.c | |
parent | 979acd5e18c3e5cb7e3308c699d79553af5af8c6 (diff) |
KVM: ARM: Squash len warning
The 'len' variable was declared an unsigned and then checked for less
than 0, which results in warnings on some compilers. Since len is
assigned an int, make it an int.
Signed-off-by: Christoffer Dall <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions