From: H Hartley Sweeten Date: Fri, 22 Jun 2012 23:34:57 +0000 (-0700) Subject: staging: comedi: ni_daq_700: use a local var to fix a > 80 char line issue X-Git-Tag: v3.6-rc1~100^2~612 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c11a1ea71bf2ce9a75a7071c785220a42f4c922a;p=pandora-kernel.git staging: comedi: ni_daq_700: use a local var to fix a > 80 char line issue The 'data[1] = ...' line is currently kept < 80 chars by breaking a pointer access after the '->'. This makes the code a bit confusing to follow. Use a local variable to shorten the line and make it clearer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed