dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Larry Finger 2011-08-25 11:48:25 -05:00 committed by Greg Kroah-Hartman
parent 8567829a6c
commit db8971b618
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