]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf01b27c1e43cba64c3b862e17e56d334521bad6b
treebcb7cba074e65fd1200e42c60956f68f6879b4b2
parent8a359e208824feda2a3a6fffaff3fa3efa786c4e
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