Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162302
b: refs/heads/master
c: 6414842
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent fe2c361 commit 733fad5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4bbd9365c83117d7e22ed282ff567ee482a0dfe5
refs/heads/master: 6414842a82d54464a9b6fee0b038907ac4d052f4
8 changes: 4 additions & 4 deletions trunk/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 733fad5

Please sign in to comment.