From: Rusty Russell Date: Tue, 31 Mar 2009 03:55:22 +0000 (-0600) Subject: virtio: more neatening of virtio_ring macros. X-Git-Tag: v2.6.30-rc1~605^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f841f1780dad7efb7eca092f60742d47f47d25;p=pandora-kernel.git virtio: more neatening of virtio_ring macros. Impact: cleanup Roel Kluin drew attention to these macros with his patch: here I neaten them a little further: 1) Add a comment on what START_USE and END_USE are checking, 2) Brackets around _vq in BAD_RING, 3) Neaten formatting for START_USE so it's less than 80 cols. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed