From: H Hartley Sweeten Date: Thu, 6 Jun 2013 00:49:55 +0000 (-0700) Subject: staging: comedi: pcl730: tidy up multi-line comment X-Git-Tag: upstream/snapshot3+hdmi~4847^2~231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ea0dcff90a4a186e3c5d51f1db4b277b3a0d228;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git staging: comedi: pcl730: tidy up multi-line comment Tidy up the multi-line comment at the beginning of the file to follow the CodingStyle. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/pcl730.c b/drivers/staging/comedi/drivers/pcl730.c index 9687ad2..c77e347 100644 --- a/drivers/staging/comedi/drivers/pcl730.c +++ b/drivers/staging/comedi/drivers/pcl730.c @@ -3,17 +3,22 @@ * Driver for Advantech PCL-730 and clones * José Luis Sánchez */ + /* -Driver: pcl730 -Description: Advantech PCL-730 (& compatibles) -Author: José Luis Sánchez (jsanchezv@teleline.es) -Status: untested -Devices: [Advantech] PCL-730 (pcl730), [ICP] ISO-730 (iso730), - [Adlink] ACL-7130 (acl7130) - -Interrupts are not supported. -The ACL-7130 card have an 8254 timer/counter not supported by this driver. -*/ + * Driver: pcl730 + * Description: Advantech PCL-730 (& compatibles) + * Devices: (Advantech) PCL-730 [pcl730] + * (ICP) ISO-730 [iso730] + * (Adlink) ACL-7130 [acl7130] + * Author: José Luis Sánchez (jsanchezv@teleline.es) + * Status: untested + * + * Configuration options: + * [0] - I/O port base + * + * Interrupts are not supported. + * The ACL-7130 card has an 8254 timer/counter not supported by this driver. + */ #include "../comedidev.h"