[openib-general] rdma_cm callback event private data length == 0
Michael S. Tsirkin
mst at mellanox.co.il
Mon Jul 10 15:03:09 PDT 2006
Hi!
> @@ -821,6 +834,11 @@
> goto out;
> }
>
> + if (ib_event->event == IB_CM_REJ_RECEIVED)
> + {
> + printk(KERN_CRIT "REJECT (private_data_len = %d)\n",
> + private_data_len);
> + }
Not sure why is this KERN_CRIT?
Also, pls take a look at Documentation/CodingStyle, Chapter 3: Placing Braces
For more detail http://www.mellanox.com/mst/boring.txt
--
MST
More information about the general
mailing list