summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFelipe Balbi <me@felipebalbi.com>2009-07-21 15:52:24 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:05 -0700
commit6414842a82d54464a9b6fee0b038907ac4d052f4 (patch)
tree7f55a7bb04328e2dd4ae74c1b788a21dcf5c7cab /drivers
parent4bbd9365c83117d7e22ed282ff567ee482a0dfe5 (diff)
downloadop-kernel-dev-6414842a82d54464a9b6fee0b038907ac4d052f4.zip
op-kernel-dev-6414842a82d54464a9b6fee0b038907ac4d052f4.tar.gz
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/cpc-usb/cpc_int.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/cpc-usb/cpc_int.h b/drivers/staging/cpc-usb/cpc_int.h
index a0d60c0..38674e9 100644
--- a/drivers/staging/cpc-usb/cpc_int.h
+++ b/drivers/staging/cpc-usb/cpc_int.h
@@ -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;
OpenPOWER on IntegriCloud