]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: cpc-usb: convert comment style in cpc_int.h
authorFelipe Balbi <me@felipebalbi.com>
Tue, 21 Jul 2009 12:52:24 +0000 (15:52 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:05 +0000 (12:02 -0700)
Signed-off-by: Felipe Balbi <me@felipebalbi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/cpc-usb/cpc_int.h

index a0d60c0808194b81353859d4d6d703ea9caeefef..38674e9690a05b1f32675d582d41c021ab22f37c 100644 (file)
@@ -39,10 +39,10 @@ typedef void (*chan_write_byte_t) (void *chan, unsigned int reg,
 typedef unsigned char (*chan_read_byte_t) (void *chan, unsigned int reg);
 
 typedef struct CPC_CHAN {
-       void __iomem * canBase; // base address of SJA1000
-       chan_read_byte_t read_byte;     // CAN controller read access routine
-       chan_write_byte_t write_byte;   // CAN controller write access routine
-       CPC_MSG_T *buf;         // buffer for CPC msg
+       void __iomem * canBase; /* base address of SJA1000 */
+       chan_read_byte_t read_byte;     /* CAN controller read access routine */
+       chan_write_byte_t write_byte;   /* CAN controller write access routine */
+       CPC_MSG_T *buf;         /* buffer for CPC msg */
        unsigned int iidx;
        unsigned int oidx;
        unsigned int WnR;