Staging: comedi: Remove C99 comments
[pandora-kernel.git] / drivers / staging / comedi / drivers / das08_cs.c
index be6c887..9fbcbf9 100644 (file)
@@ -46,7 +46,7 @@ Command support does not exist, but could be added for this board.
 
 #include "das08.h"
 
-// pcmcia includes
+/* pcmcia includes */
 #include <pcmcia/cs_types.h>
 #include <pcmcia/cs.h>
 #include <pcmcia/cistpl.h>
@@ -73,13 +73,13 @@ static int das08_cs_attach(struct comedi_device * dev, struct comedi_devconfig *
 {
        int ret;
        unsigned long iobase;
-       struct pcmcia_device *link = cur_dev;   // XXX hack
+       struct pcmcia_device *link = cur_dev;   /*  XXX hack */
 
        if ((ret = alloc_private(dev, sizeof(struct das08_private_struct))) < 0)
                return ret;
 
        printk("comedi%d: das08_cs: ", dev->minor);
-       // deal with a pci board
+       /*  deal with a pci board */
 
        if (thisboard->bustype == pcmcia) {
                if (link == NULL) {