From 00d0603cbd9aa1c9a28c9fe973d14f74e83ba646 Mon Sep 17 00:00:00 2001 From: Andres More Date: Mon, 18 Mar 2013 20:33:51 -0500 Subject: staging: vt6656: remove code placeholders Removed comments from coding template. sed -i '/^\/\*---/d' drivers/staging/vt6656/*.[ch] Signed-off-by: Andres More Reviewed-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/dpc.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'drivers/staging/vt6656/dpc.c') diff --git a/drivers/staging/vt6656/dpc.c b/drivers/staging/vt6656/dpc.c index 617155d..675b609 100644 --- a/drivers/staging/vt6656/dpc.c +++ b/drivers/staging/vt6656/dpc.c @@ -56,11 +56,8 @@ #include "datarate.h" #include "usbpipe.h" -/*--------------------- Static Definitions -------------------------*/ -/*--------------------- Static Classes ----------------------------*/ -/*--------------------- Static Variables --------------------------*/ //static int msglevel =MSG_LEVEL_DEBUG; static int msglevel =MSG_LEVEL_INFO; @@ -68,11 +65,8 @@ const u8 acbyRxRate[MAX_RATE] = {2, 4, 11, 22, 12, 18, 24, 36, 48, 72, 96, 108}; -/*--------------------- Static Functions --------------------------*/ -/*--------------------- Static Definitions -------------------------*/ -/*--------------------- Static Functions --------------------------*/ static u8 s_byGetRateIdx(u8 byRate); @@ -102,7 +96,6 @@ static int s_bHostWepRxEncryption(struct vnt_private *pDevice, u8 *pbyFrame, u32 FrameSize, u8 *pbyRsr, int bOnFly, PSKeyItem pKey, u8 *pbyNewRsr, s32 *pbExtIV, u16 *pwRxTSC15_0, u32 *pdwRxTSC47_16); -/*--------------------- Export Variables --------------------------*/ /*+ * -- cgit v1.1