mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-17 03:58:36 +00:00
staging: comedi: amplc_pc263: fix block comments
Fix the checkpatch.pl issues: WARNING: Block comments use * on subsequent lines 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
1b50167146
commit
05380cde47
1 changed files with 31 additions and 31 deletions
|
@ -1,37 +1,37 @@
|
||||||
/*
|
/*
|
||||||
comedi/drivers/amplc_pc263.c
|
* Driver for Amplicon PC263 relay board.
|
||||||
Driver for Amplicon PC263 and PCI263 relay boards.
|
*
|
||||||
|
* Copyright (C) 2002 MEV Ltd. <http://www.mev.co.uk/>
|
||||||
|
*
|
||||||
|
* COMEDI - Linux Control and Measurement Device Interface
|
||||||
|
* Copyright (C) 2000 David A. Schleef <ds@schleef.org>
|
||||||
|
*
|
||||||
|
* 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
|
||||||
|
* 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
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
Copyright (C) 2002 MEV Ltd. <http://www.mev.co.uk/>
|
|
||||||
|
|
||||||
COMEDI - Linux Control and Measurement Device Interface
|
|
||||||
Copyright (C) 2000 David A. Schleef <ds@schleef.org>
|
|
||||||
|
|
||||||
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
|
|
||||||
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
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
/*
|
/*
|
||||||
Driver: amplc_pc263
|
* Driver: amplc_pc263
|
||||||
Description: Amplicon PC263
|
* Description: Amplicon PC263
|
||||||
Author: Ian Abbott <abbotti@mev.co.uk>
|
* Author: Ian Abbott <abbotti@mev.co.uk>
|
||||||
Devices: [Amplicon] PC263 (pc263)
|
* Devices: [Amplicon] PC263 (pc263)
|
||||||
Updated: Fri, 12 Apr 2013 15:19:36 +0100
|
* Updated: Fri, 12 Apr 2013 15:19:36 +0100
|
||||||
Status: works
|
* Status: works
|
||||||
|
*
|
||||||
Configuration options:
|
* Configuration options:
|
||||||
[0] - I/O port base address
|
* [0] - I/O port base address
|
||||||
|
*
|
||||||
The board appears as one subdevice, with 16 digital outputs, each
|
* The board appears as one subdevice, with 16 digital outputs, each
|
||||||
connected to a reed-relay. Relay contacts are closed when output is 1.
|
* connected to a reed-relay. Relay contacts are closed when output is 1.
|
||||||
The state of the outputs can be read.
|
* The state of the outputs can be read.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include "../comedidev.h"
|
#include "../comedidev.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue