> Checkpatch recommends since some time to use sizeof(e) instead of sizeof e,
> isn't it ?

I actually prefer "sizeof e" since sizeof is an operator, not a
function.  "sizeof(e)" looks just as silly as "return(e)" to me.

I'll apply this patch soon, it's a good catch.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to