Skip to content

Commit

Permalink
staging: rtl8192u: Follow all suggestions from checkpatch on compress.c
Browse files Browse the repository at this point in the history
Signed-off-by: Toon Schoenmakers <nighteyes1993@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Toon Schoenmakers authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 88d94e3 commit 796fd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192u/ieee80211/compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 796fd54

Please sign in to comment.