Staging: comedi: fix macro coding style issue in adl_pci9111.c
authorMaurice Dawson <mauricedawson2699@gmail.com>
Fri, 10 Sep 2010 19:20:42 +0000 (20:20 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 14 Sep 2010 23:49:46 +0000 (16:49 -0700)
commit8be11ffcf59e9bcb5f0a2a2b2e7b43d56c797b98
treebcb7cba074e65fd1200e42c60956f68f6879b4b2
parentff75f96bb0e9d4fc42efb66a6ccb7bf83ecc298f
Staging: comedi: fix macro coding style issue in adl_pci9111.c

This is a patch that fixes up, macros with multiple statements should be enclosed in a do - while loop, coding style issue in the adl_pci9111.c file found by the checkpatch.pl tool

Signed-off-by: Maurice Dawson <mauricedawson2699@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/adl_pci9111.c