aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng
diff options
context:
space:
mode:
authorBranden Bonaby <brandonbonaby94@gmail.com>2019-03-20 13:22:07 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-21 08:25:01 +0100
commit737e061563b0580f3c74d4c08cbc7f5ab64a77b1 (patch)
treea4b0bd131f799f066abb785c560f70c609832687 /drivers/staging/wlan-ng
parentstaging: wlan-ng: malformed SPDX-License-Identifier (diff)
downloadlinux-dev-737e061563b0580f3c74d4c08cbc7f5ab64a77b1.tar.xz
linux-dev-737e061563b0580f3c74d4c08cbc7f5ab64a77b1.zip
staging: wlan-ng: Correct typo in comment message
Add space between two words for better readability in the comments. Signed-off-by: Branden Bonaby <brandonbonaby94@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng')
-rw-r--r--drivers/staging/wlan-ng/hfa384x_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c
index 75acdfc30f6a..81a6b0324641 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* src/prism2/driver/hfa384x_usb.c
*
- * Functions that talk to the USB variantof the Intersil hfa384x MAC
+ * Functions that talk to the USB variant of the Intersil hfa384x MAC
*
* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved.
* --------------------------------------------------------------------