]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: Comedi: drivers: Remove comment copied from skel.c
authorIan Abbott <abbotti@mev.co.uk>
Mon, 14 Jun 2010 11:49:27 +0000 (12:49 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Jun 2010 23:03:59 +0000 (16:03 -0700)
commit9a68bd2376ac1384e94493dcd06fb7a33dabd149
treef2ee5635cffa0a2eccb10ae06826feaacdec3c99
parentc73cbb099a43f6f9d25f043be2dda4c66f36cf53
Staging: Comedi: drivers: Remove comment copied from skel.c

The dmm32at.c and comedi_bond.c comedi driver files contain an
instructional comment block copied over from skel.c about how to format
a driver comment block.  This comment was modified in skel.c by a
previous patch in this series to stop Comedi's 'dump_doc' script
treating it as an actual driver comment block.  There isn't any need to
repeat this comment block in the other source files, so rather than
modify it, this patch just removes it from those files.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/comedi_bond.c
drivers/staging/comedi/drivers/dmm32at.c