Skip to content

Commit

Permalink
staging: rtl8192e: Cleanup checkpatch -f errors - Part XIII
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 25, 2011
1 parent d57429f commit 87d3061
Show file tree
Hide file tree
Showing 2 changed files with 730 additions and 794 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8192e/rtllib_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit 87d3061

Please sign in to comment.