]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: adl_pci9111: rename local var in pci9111_ai_do_cmd_test()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 17 Apr 2014 17:07:49 +0000 (10:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Apr 2014 17:21:29 +0000 (10:21 -0700)
commitc50a39824d350c3f9c3ba5edc2ffdf0b3b743cb7
tree0a6b2cbe4548b8924e4bdd00e71a7566c07a8dc9
parent7c9fc34ea3ed02d7d8356094ac179e1c63ae443b
staging: comedi: adl_pci9111: rename local var in pci9111_ai_do_cmd_test()

For aesthetics, rename the local variable 'error' to 'err'. This is the
normal name for this local variable in (*do_cmdtest) functions.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/adl_pci9111.c