Skip to content

Commit

Permalink
staging: comedi: Convert struct addi_board initialization to C99 format
Browse files Browse the repository at this point in the history
Convert the struct addi_board initialization to C99 format and remove
all the NULL or 0 initializers. This makes maintaining and editing the
code simpler and less error prone.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed May 17, 2012
1 parent 16b91a4 commit d896e0e
Showing 1 changed file with 1,167 additions and 2,270 deletions.
Loading

0 comments on commit d896e0e

Please sign in to comment.