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/aes_ccmp.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'drivers/staging/vt6656/aes_ccmp.c') diff --git a/drivers/staging/vt6656/aes_ccmp.c b/drivers/staging/vt6656/aes_ccmp.c index 31855e8c010b..61883316a264 100644 --- a/drivers/staging/vt6656/aes_ccmp.c +++ b/drivers/staging/vt6656/aes_ccmp.c @@ -33,11 +33,8 @@ #include "device.h" #include "80211hdr.h" -/*--------------------- Static Definitions -------------------------*/ -/*--------------------- Static Classes ----------------------------*/ -/*--------------------- Static Variables --------------------------*/ /* * SBOX Table @@ -100,11 +97,8 @@ u8 dot3_table[256] = { 0x0b, 0x08, 0x0d, 0x0e, 0x07, 0x04, 0x01, 0x02, 0x13, 0x10, 0x15, 0x16, 0x1f, 0x1c, 0x19, 0x1a }; -/*--------------------- Static Functions --------------------------*/ -/*--------------------- Export Variables --------------------------*/ -/*--------------------- Export Functions --------------------------*/ static void xor_128(u8 *a, u8 *b, u8 *out) { -- cgit v1.2.3