linux/drivers/infiniband
Roland Dreier ea9f3bc6d1 RDMA/nes: Rewrite expression to avoid undefined semantics
Change code like

	x = expr(++x)

that assigns to x twice without a sequence point in between to the
intended (and well-defined)

	x = expr(x + 1)

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2010-07-14 13:29:21 -07:00
..
core IB/ucm: Use memdup_user() 2010-05-25 21:10:57 -07:00
hw RDMA/nes: Rewrite expression to avoid undefined semantics 2010-07-14 13:29:21 -07:00
ulp IPoIB: Fix world-writable child interface control sysfs attributes 2010-07-06 14:23:22 -07:00
Kconfig IB/qib: Add new qib driver for QLogic PCIe InfiniBand adapters 2010-05-23 21:44:54 -07:00
Makefile IB/qib: Add new qib driver for QLogic PCIe InfiniBand adapters 2010-05-23 21:44:54 -07:00