Commit db8971b6 authored by Larry Finger's avatar Larry Finger Committed by Greg Kroah-Hartman

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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8567829a
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
#define DRV_NAME "rtllib_92e" #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->function = fun;
ptimer->data = data; ptimer->data = data;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment