]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDS: fixed compilation warnings
authorDotan Barak <dotanb@dev.mellanox.co.il>
Thu, 7 Jun 2012 05:56:34 +0000 (08:56 +0300)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 7 Jul 2015 23:41:36 +0000 (16:41 -0700)
commit70b7f764b02033ab8f5d6d851976fc0e52f7d152
tree89c37b5c17a413472e6d98276a73505b6c518f47
parentfbf9372e681316d2f4cff54c4b13b72e742ec3e9
RDS: fixed compilation warnings

Fixed the following compilation warnings:

net/rds/send.c: In function 'rds_send_xmit':
net/rds/send.c:299: warning: suggest parentheses around && within ||
net/rds/rdma.c: In function 'rds_cmsg_rdma_dest':
net/rds/rdma.c:697: warning: format '%Lx' expects type 'long long unsigned int', but argument 2 has type 'u32'
net/rds/ib_recv.c: In function 'rds_ib_srqs_init':
net/rds/ib_recv.c:1570: warning: 'return' with no value, in function returning non-void

Signed-off-by: Bang Nguyen <bang.nguyen@oracle.com>
Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
net/rds/ib_recv.c
net/rds/rdma.c
net/rds/send.c