[ofa-general] Re: [PATCH 5/6] IB/ipath - fix a minor code style violation
Roland Dreier
rdreier at cisco.com
Wed Mar 19 11:01:18 PDT 2008
> - return 0;
> + goto bail;
Changing a simple return 0 to a goto where I have to study the code to
understand that ret == 0 seems like a step in the wrong direction to me.
More information about the general
mailing list