Quoting r. Hal Rosenstock <[EMAIL PROTECTED]>:
> @@ -56,6 +61,10 @@ enum {
>
> #define IB_UCM_DEV MKDEV(IB_UCM_MAJOR, IB_UCM_MINOR)
>
> +#define ucm_dbg(format, arg...) \
> + if (ucm_debug_level > 0) \
> + printk(KERN_DEBUG format, ## arg)
> +
What happened to whitespace here?
Also, may it be a good idea for ucm_dbg to add the UCM: prefix automatically?
--
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