[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1310855409.4191.4.camel@Rarity>
Date: Sun, 17 Jul 2011 00:30:09 +0200
From: Toon Schoenmakers <nighteyes1993@...il.com>
To: gregkh@...e.de
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Summary: Follow all suggestions from checkpatch on
compress.c
>From 1000a48661b687f6ea762c1a3157d7c2a90d7fd7 Mon Sep 17 00:00:00 2001
From: Toon Schoenmakers <nighteyes1993@...il.com>
Date: Sun, 17 Jul 2011 00:26:51 +0200
Subject: [PATCH] Summary: Follow all suggestions from checkpatch on compress.c
Signed-off-by: Toon Schoenmakers <nighteyes1993@...il.com>
---
drivers/staging/rtl8192u/ieee80211/compress.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/compress.c b/drivers/staging/rtl8192u/ieee80211/compress.c
index 86c23c9..5416ab6 100644
--- a/drivers/staging/rtl8192u/ieee80211/compress.c
+++ b/drivers/staging/rtl8192u/ieee80211/compress.c
@@ -12,10 +12,10 @@
*
*/
#include <linux/types.h>
-//#include <linux/crypto.h>
+/*#include <linux/crypto.h>*/
#include "rtl_crypto.h"
#include <linux/errno.h>
-#include <asm/scatterlist.h>
+#include <linux/scatterlist.h>
#include <linux/string.h>
#include "internal.h"
--
1.7.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists