From ebe6880190b74739d644fec3f710df41f37d9969 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 24 Oct 2001 22:16:19 +0000 Subject: [PATCH] Added in-line documentation section --- comedi/drivers/ssv_dnp.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/comedi/drivers/ssv_dnp.c b/comedi/drivers/ssv_dnp.c index 8dfc6163..47b93f46 100644 --- a/comedi/drivers/ssv_dnp.c +++ b/comedi/drivers/ssv_dnp.c @@ -21,6 +21,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* +Driver: ssv_dnp.o +Description: SSV Embedded Systems DIL/Net-PC +Author: Robert Schwebel +Devices: [SSV Embedded Systems] DIL/Net-PC 1486 (dnp-1486) +*/ /* include files ----------------------------------------------------------- */ @@ -109,6 +115,7 @@ comedi_driver driver_dnp = { offset: sizeof(dnp_board), /* like ISA-PnP, PCI or PCMCIA. */ num_names: sizeof(dnp_boards) / sizeof(dnp_board), }; +COMEDI_INITCLEANUP(driver_dnp); static int dnp_dio_insn_bits( comedi_device *dev, @@ -331,10 +338,3 @@ static int dnp_dio_insn_config( } -/* ------------------------------------------------------------------------- */ -/* A convenient macro that defines init_module() and cleanup_module(), */ -/* as necessary. */ -/* ------------------------------------------------------------------------- */ - -COMEDI_INITCLEANUP(driver_dnp); - -- 2.26.2