commit | 6098d107499e1335f899bfcb558253fb7ee4f73f | [log] [tgz] |
---|---|---|
author | Chien Tung <chien.tin.tung@intel.com> | Fri Nov 21 20:51:01 2008 -0600 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Dec 05 11:00:41 2008 -0800 |
tree | 91887e03690c253ff5c591d5f95439c03fe113c1 | |
parent | 1ee86555b2ad4d16a3c18253b7e4d70d34eb94f3 [diff] |
RDMA/nes: Cleanup warnings Wrap NES_DEBUG and assert macros with do while (0) to avoid ambiguous else. No one is using sk_buff * returned from form_cm_frame(), so drop the return. drop_packet() should not be incrementing reset counter on receiving a FIN. Signed-off-by: Chien Tung <chien.tin.tung@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>