From: Joe Perches Date: Thu, 5 Jan 2012 03:40:39 +0000 (-0800) Subject: rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macros X-Git-Tag: v3.4-rc1~177^2~376^2^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=884dd24499df823f5c167223c7ae93bd764e2e4f;p=pandora-kernel.git rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macros Make the macros a bit more readable. Use do {...} while (0) without terminating semicolons. Add missing terminating semicolon to a few uses. Signed-off-by: Joe Perches Acked-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed