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>
This commit is contained in:
Larry Finger
2011-08-08 12:06:19 -05:00
parent d57429f05e
commit 87d30617c6
2 changed files with 714 additions and 778 deletions

View File

@@ -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 Load Diff