diff options
author | Branden Bonaby <brandonbonaby94@gmail.com> | 2019-03-20 13:22:07 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-21 08:25:01 +0100 |
commit | 737e061563b0580f3c74d4c08cbc7f5ab64a77b1 (patch) | |
tree | a4b0bd131f799f066abb785c560f70c609832687 /drivers/staging/wlan-ng | |
parent | 82c6f68090b7d56f98c9f9e59f4b3be3b0d014a8 (diff) | |
download | linux-737e061563b0580f3c74d4c08cbc7f5ab64a77b1.tar.bz2 |
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.c | 2 |
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. * -------------------------------------------------------------------- |