From: H Hartley Sweeten Date: Tue, 23 Apr 2013 01:34:19 +0000 (-0700) Subject: staging: comedi: das800: remove 'volatile' on private data variables X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=808cea5a5d538d787f42e2ec48527bfb7e830490;p=pandora-kernel.git staging: comedi: das800: remove 'volatile' on private data variables As indicated by checkpatch.pl, "WARNING: Use of volatile is usually wrong: ...". The variables in the private data that are marked volatile don't need to be. Remove the volatile. Also, cleanup the comments to avoid > 80 char lines. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed