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

_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to