Commit 471c5d6c authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: aio_aio12_8: tidy up multi-line comments

Reformat the multi-line comments in the kernel CodingStyle.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4dc4f282
/* /*
* aio_aio12_8.c
comedi/drivers/aio_aio12_8.c * Driver for Access I/O Products PC-104 AIO12-8 Analog I/O Board
* Copyright (C) 2006 C&C Technologies, Inc.
Driver for Access I/O Products PC-104 AIO12-8 Analog I/O Board *
Copyright (C) 2006 C&C Technologies, Inc. * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
This program is free software; you can redistribute it and/or modify * the Free Software Foundation; either version 2 of the License, or
it under the terms of the GNU General Public License as published by * (at your option) any later version.
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
This program is distributed in the hope that it will be useful, * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
but WITHOUT ANY WARRANTY; without even the implied warranty of * GNU General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
GNU General Public License for more details.
*/
/* /*
* Driver: aio_aio12_8
Driver: aio_aio12_8 * Description: Access I/O Products PC-104 AIO12-8 Analog I/O Board
Description: Access I/O Products PC-104 AIO12-8 Analog I/O Board * Author: Pablo Mejia <pablo.mejia@cctechnol.com>
Author: Pablo Mejia <pablo.mejia@cctechnol.com> * Devices: [Access I/O] PC-104 AIO12-8 (aio_aio12_8),
Devices: [Access I/O] PC-104 AIO12-8 (aio_aio12_8) * [Access I/O] PC-104 AI12-8 (aio_ai12_8),
[Access I/O] PC-104 AI12-8 (aio_ai12_8) * [Access I/O] PC-104 AO12-8 (aio_ao12_8)
[Access I/O] PC-104 AO12-8 (aio_ao12_8) * Status: experimental
Status: experimental *
* Configuration Options:
Configuration Options: * [0] - I/O port base address
[0] - I/O port base address *
* Notes:
Notes: * Only synchronous operations are supported.
*/
Only synchronous operations are supported.
*/
#include <linux/module.h> #include <linux/module.h>
#include "../comedidev.h" #include "../comedidev.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment