]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: comedi: ni_pcidio: make defines uppercase
authorAlexander Schroth <alexander.schroth@fau.de>
Thu, 10 Jan 2019 14:57:22 +0000 (15:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jan 2019 15:08:04 +0000 (16:08 +0100)
commit47ed91d3a26825cf276c490b1e4f7588111370d4
treef6625b77c1fb1d0a009ece476191124da32dc1aa
parent891fd847605d4d7e8aef07db39f1868b5a70e047
staging: comedi: ni_pcidio: make defines uppercase

According to the Linux coding guidelines, defines should be written
in uppercase. This patch converts all define-statements in the
ni_pcidio.c file to uppercase, thus matching the coding style of the
kernel.

Signed-off-by: Alexander Schroth <alexander.schroth@fau.de>
Signed-off-by: Marco Ammon <marco.ammon@fau.de>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_pcidio.c