aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/cpc-usb
diff options
context:
space:
mode:
authorFelipe Balbi <me@felipebalbi.com>2009-07-21 15:52:25 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:05 -0700
commit6c4d3708f6945846785f3512d7a483d20a774745 (patch)
treebf830b8102f0bbae4e717594aff707812f0eef5f /drivers/staging/cpc-usb
parent6414842a82d54464a9b6fee0b038907ac4d052f4 (diff)
Staging: cpc-usb: convert comment style in cpcusb.h
Signed-off-by: Felipe Balbi <me@felipebalbi.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/cpc-usb')
-rw-r--r--drivers/staging/cpc-usb/cpcusb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/cpc-usb/cpcusb.h b/drivers/staging/cpc-usb/cpcusb.h
index e5273ddd9e0..6bdf30be239 100644
--- a/drivers/staging/cpc-usb/cpcusb.h
+++ b/drivers/staging/cpc-usb/cpcusb.h
@@ -75,7 +75,7 @@ typedef struct CPC_USB {
#define CPC_DRIVER_VERSION "0.724"
#define CPC_DRIVER_SERIAL "not applicable"
-#define OBUF_SIZE 255 // 4096
+#define OBUF_SIZE 255 /* 4096 */
/* read timeouts -- RD_NAK_TIMEOUT * RD_EXPIRE = Number of seconds */
#define RD_NAK_TIMEOUT (10*HZ) /* Default number of X seconds to wait */