Browse Source

staging: rtl8192e: Cleanup checkpatch -f errors - Part XIII

With this patch, all of the checkpatch errors are fixed; however, only
some of the lines that are too long were fixed. To complete the fixing
of these warnings, the file rtl_dm.c will need refactoring. In addition,
some of the variables will need renaming. Those changes can be deferred.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Larry Finger 14 years ago
parent
commit
db8971b618
2 changed files with 270 additions and 273 deletions
  1. 1 1
      drivers/staging/rtl8192e/rtllib_module.c
  2. 269 272
      drivers/staging/rtl8192e/rtllib_rx.c

+ 1 - 1
drivers/staging/rtl8192e/rtllib_module.c

@@ -56,7 +56,7 @@
 
 #define DRV_NAME "rtllib_92e"
 
-void _setup_timer(struct timer_list* ptimer, void *fun, unsigned long data)
+void _setup_timer(struct timer_list *ptimer, void *fun, unsigned long data)
 {
 	ptimer->function = fun;
 	ptimer->data = data;

File diff suppressed because it is too large
+ 269 - 272
drivers/staging/rtl8192e/rtllib_rx.c


Some files were not shown because too many files changed in this diff