staging: comedi: me4000: cleanup multi-line comments
Format the multi-line comments in the kernel CodingStyle. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3fe6929bbb
commit
751dcb48c7
1 changed files with 37 additions and 37 deletions
|
@ -1,43 +1,43 @@
|
||||||
/*
|
/*
|
||||||
comedi/drivers/me4000.c
|
* me4000.c
|
||||||
Source code for the Meilhaus ME-4000 board family.
|
* Source code for the Meilhaus ME-4000 board family.
|
||||||
|
*
|
||||||
COMEDI - Linux Control and Measurement Device Interface
|
* COMEDI - Linux Control and Measurement Device Interface
|
||||||
Copyright (C) 2000 David A. Schleef <ds@schleef.org>
|
* Copyright (C) 2000 David A. Schleef <ds@schleef.org>
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Driver: me4000
|
* Driver: me4000
|
||||||
Description: Meilhaus ME-4000 series boards
|
* Description: Meilhaus ME-4000 series boards
|
||||||
Devices: [Meilhaus] ME-4650 (me4000), ME-4670i, ME-4680, ME-4680i, ME-4680is
|
* Devices: [Meilhaus] ME-4650 (me4000), ME-4670i, ME-4680, ME-4680i,
|
||||||
Author: gg (Guenter Gebhardt <g.gebhardt@meilhaus.com>)
|
* ME-4680is
|
||||||
Updated: Mon, 18 Mar 2002 15:34:01 -0800
|
* Author: gg (Guenter Gebhardt <g.gebhardt@meilhaus.com>)
|
||||||
Status: broken (no support for loading firmware)
|
* Updated: Mon, 18 Mar 2002 15:34:01 -0800
|
||||||
|
* Status: broken (no support for loading firmware)
|
||||||
Supports:
|
*
|
||||||
|
* Supports:
|
||||||
- Analog Input
|
* - Analog Input
|
||||||
- Analog Output
|
* - Analog Output
|
||||||
- Digital I/O
|
* - Digital I/O
|
||||||
- Counter
|
* - Counter
|
||||||
|
*
|
||||||
Configuration Options: not applicable, uses PCI auto config
|
* Configuration Options: not applicable, uses PCI auto config
|
||||||
|
*
|
||||||
The firmware required by these boards is available in the
|
* The firmware required by these boards is available in the
|
||||||
comedi_nonfree_firmware tarball available from
|
* comedi_nonfree_firmware tarball available from
|
||||||
http://www.comedi.org. However, the driver's support for
|
* http://www.comedi.org. However, the driver's support for
|
||||||
loading the firmware through comedi_config is currently
|
* loading the firmware through comedi_config is currently
|
||||||
broken.
|
* broken.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue