aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860/usb_main_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rt2860/usb_main_dev.c')
-rw-r--r--drivers/staging/rt2860/usb_main_dev.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/rt2860/usb_main_dev.c b/drivers/staging/rt2860/usb_main_dev.c
index ebf9074a908..a8820d3f6b3 100644
--- a/drivers/staging/rt2860/usb_main_dev.c
+++ b/drivers/staging/rt2860/usb_main_dev.c
@@ -27,8 +27,8 @@
27#include "rt_config.h" 27#include "rt_config.h"
28 28
29/* Following information will be show when you run 'modinfo' */ 29/* Following information will be show when you run 'modinfo' */
30/* *** If you have a solution for the bug in current version of driver, please mail to me. */ 30/* If you have a solution for the bug in current version of driver, please e-mail me. */
31/* Otherwise post to forum in ralinktech's web site(www.ralinktech.com) and let all users help you. *** */ 31/* Otherwise post to the forum at ralinktech's web site(www.ralinktech.com) and let all users help you. */
32MODULE_AUTHOR("Paul Lin <paul_lin@ralinktech.com>"); 32MODULE_AUTHOR("Paul Lin <paul_lin@ralinktech.com>");
33MODULE_DESCRIPTION("RT2870/RT3070 Wireless Lan Linux Driver"); 33MODULE_DESCRIPTION("RT2870/RT3070 Wireless Lan Linux Driver");
34MODULE_LICENSE("GPL"); 34MODULE_LICENSE("GPL");
@@ -882,8 +882,8 @@ static int __devinit rt2870_probe(IN struct usb_interface *intf,
882 if (net_dev == NULL) 882 if (net_dev == NULL)
883 goto err_out_free_radev; 883 goto err_out_free_radev;
884 884
885 /* Here are the net_device structure with usb specific parameters. */ 885 /* Here are the net_device structure with usb specific parameters.
886 /* for supporting Network Manager. 886 * for supporting Network Manager.
887 * Set the sysfs physical device reference for the network logical device if set prior to registration will 887 * Set the sysfs physical device reference for the network logical device if set prior to registration will
888 * cause a symlink during initialization. 888 * cause a symlink during initialization.
889 */ 889 */