versaloon cleanup patch
commit03a26d31e991976ff978c8c9b245210f116f6ece
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 11 Mar 2010 22:21:36 +0000 (11 14:21 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 11 Mar 2010 22:21:36 +0000 (11 14:21 -0800)
tree5fbfffc21897ece2fab0d51fa8e8eb60669fef63
parentdb464f3cd4ed83b9f3411a98362dd67aad7bc3fd
versaloon cleanup patch

Remove undesirable
 - backslashes at end-of-line;
 - initializations of BSS data to zero/NULL;
 - overlong lines (80+ characters)
 - whitespace issues
 - brackets around single-line statements

And other minor issues reported by the Linux "checkpatch" utility

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/jtag/drivers/vsllink.c