staging: bcm: Cleanup real_int_callback()
authorJade Bilkey <herself@thefumon.com>
Mon, 17 Mar 2014 23:45:25 +0000 (19:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Mar 2014 18:48:42 +0000 (11:48 -0700)
commit54585d5e4ca6abf7d89a11f2ee1f9726f35ea113
treef1b80539a86d8920707f90967f6fd141aa17f90a
parent9cb516bdd867123411e844617931387bcd3d8e69
staging: bcm: Cleanup real_int_callback()

Fixes checkpatch.pl warnings and errors and removes some dead code.

Checkpath warnings and errors fixed:

WARNING: line over 80 characters
WARNING: space prohibited before semicolon

ERROR: that open brace { should be on the previous line
ERROR: space required before the open parenthesis '('
ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: Jade Bilkey <herself@thefumon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/InterfaceIsr.c