K 10 svn:author V 3 jhb K 8 svn:date V 27 2004-02-27T16:25:05.000000Z K 7 svn:log V 253 Fix a few style nits. do { } while(0) are only used for compound statements and nowhere else in the kernel seems to use them for single statements. Also, all other users of do { } while(0) use multiple lines rather than cramming it all onto one line. END