staging: wlan-ng: Fix improper SPDX comment style
authorHimadri Pandya <himadri18.07@gmail.com>
Thu, 2 May 2019 10:04:12 +0000 (15:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 17:43:16 +0000 (19:43 +0200)
commit2d394ab79b9d53e104c6071f6e0ecf97e851b6d0
tree44483654f5a74ed65fbc81e85a1c021f82f13f7e
parent0580db2cb6b300708f5f3dca8b8fa79b04433037
staging: wlan-ng: Fix improper SPDX comment style

The SPDX license identifier should have the form
// SPDX-License-Identifier: <SPDX License Expression>
for a .c source file. File hfa384x_usb.c has instead the form
/* SPDX-License-Identifier: <SPDX License Expression> */
which is the form for C header files. Hence this patch corrects it.
Issue identified by checkpatch.

Signed-off-by: Himadri Pandya <himadri18.07@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x_usb.c