Staging: cpc-usb: convert comment style in cpc_int.h

Signed-off-by: Felipe Balbi <me@felipebalbi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Felipe Balbi 2009-07-21 15:52:24 +03:00 committed by Greg Kroah-Hartman
parent 4bbd9365c8
commit 6414842a82

View 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 unsigned char (*chan_read_byte_t) (void *chan, unsigned int reg);
typedef struct CPC_CHAN { typedef struct CPC_CHAN {
void __iomem * canBase; // base address of SJA1000 void __iomem * canBase; /* base address of SJA1000 */
chan_read_byte_t read_byte; // CAN controller read access routine chan_read_byte_t read_byte; /* CAN controller read access routine */
chan_write_byte_t write_byte; // CAN controller write access routine chan_write_byte_t write_byte; /* CAN controller write access routine */
CPC_MSG_T *buf; // buffer for CPC msg CPC_MSG_T *buf; /* buffer for CPC msg */
unsigned int iidx; unsigned int iidx;
unsigned int oidx; unsigned int oidx;
unsigned int WnR; unsigned int WnR;