From: H Hartley Sweeten Date: Mon, 8 Apr 2013 21:29:02 +0000 (-0700) Subject: staging: comedi: acl7225b: cleanup boardinfo X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5052511ec890ec59280de0d505456025d405798;p=pandora-kernel.git staging: comedi: acl7225b: cleanup boardinfo For aesthetic reasons, move the boardinfo table near the struct definition. Remove the unnecessary comments in the struct definition. Reformat the boardinfo in C99 format and add some whitespace to help readability. Rename the boardinfo struct and the boardinfo table so they have namespace associated with the driver. Remove the ACL7225_SIZE and P16R16DIO_SIZE defines. They are only used in the boardinfo table and the open-coded values provide the information more clearly. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed