From: Branden Bonaby Date: Wed, 20 Mar 2019 17:22:07 +0000 (-0400) Subject: staging: wlan-ng: Correct typo in comment message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=737e061563b0580f3c74d4c08cbc7f5ab64a77b1;p=linux.git staging: wlan-ng: Correct typo in comment message Add space between two words for better readability in the comments. Signed-off-by: Branden Bonaby Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c index 75acdfc30f6a2..81a6b03246414 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. * --------------------------------------------------------------------