Skip to content

Commit

Permalink
Staging: cpc-usb: convert comment style in cpc_int.h
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Balbi <me@felipebalbi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 4bbd936 commit 6414842
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/staging/cpc-usb/cpc_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6414842

Please sign in to comment.