staging: comedi: ni_tio: change comedi "driver" comment to "module"
authorIan Abbott <abbotti@mev.co.uk>
Mon, 5 Jan 2015 17:54:57 +0000 (17:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Jan 2015 01:02:14 +0000 (17:02 -0800)
commit9ade47ab81f53008af52d25569458e0d02336bb6
tree7fd459bfdb744a6c47be841b6d4f3026a13f8a56
parent7b8bffe8bc1f4fe1e072d4405da9b530ecd424d1
staging: comedi: ni_tio: change comedi "driver" comment to "module"

This module contains support code for some other comedi drivers, but
isn't a comedi driver itself, so doesn't need a comedi "driver" comment.
To preserve the details in the original comment, change it into a comedi
"module" comment (which I've just invented) by changing the "Driver:"
line into a "Module:" line and removing the "Devices:" line.

Also reformat it to use the usual block comment style.

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