aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860/usb_main_dev.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2010-11-08 16:41:46 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-09 19:43:01 -0500
commit6ccb5d7c62845788be9aafef26132333a07708bb (patch)
tree369b3078487b825a00821ea6f358c43f7cf7026e /drivers/staging/rt2860/usb_main_dev.c
parent1ac586445db8e46f0007855c5c7161ff55484836 (diff)
staging: Fix typos in rt2860
Here is a patch that fixes some typos, and comments in drivers/staging/rt2860 Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 */