staging: wlan-ng: Remove filenames from files
authorAldas Taraškevičius <aldas60@gmail.com>
Sat, 28 Aug 2021 19:53:24 +0000 (22:53 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:42 +0000 (08:49 +0200)
Fix checkpatch warnings about having filenames in the files.

Signed-off-by: Aldas Taraškevičius <aldas60@gmail.com>
Link: https://lore.kernel.org/r/20210828195324.68-1-aldas60@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 files changed:
drivers/staging/wlan-ng/hfa384x.h
drivers/staging/wlan-ng/hfa384x_usb.c
drivers/staging/wlan-ng/p80211conv.c
drivers/staging/wlan-ng/p80211conv.h
drivers/staging/wlan-ng/p80211hdr.h
drivers/staging/wlan-ng/p80211ioctl.h
drivers/staging/wlan-ng/p80211mgmt.h
drivers/staging/wlan-ng/p80211msg.h
drivers/staging/wlan-ng/p80211netdev.c
drivers/staging/wlan-ng/p80211netdev.h
drivers/staging/wlan-ng/p80211req.c
drivers/staging/wlan-ng/p80211req.h
drivers/staging/wlan-ng/p80211types.h
drivers/staging/wlan-ng/p80211wep.c
drivers/staging/wlan-ng/prism2mgmt.c
drivers/staging/wlan-ng/prism2mgmt.h
drivers/staging/wlan-ng/prism2mib.c
drivers/staging/wlan-ng/prism2sta.c

index 75ed8bc4bbc11a68710e27ca6c77a93dd153bf28..98c154a8d8c154ae7adf912f3979581a93f2676b 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
-/* hfa384x.h
+/*
  *
  * Defines the constants and data structures for the hfa384x
  *
index 8c8524679ba38d8682cc802030af71236d17099c..59aa84d1837d020c1cb23ced8908ada37f1822c4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
-/* src/prism2/driver/hfa384x_usb.c
+/*
  *
  * Functions that talk to the USB variant of the Intersil hfa384x MAC
  *
index 59b25ca50d156ccd96ef9ce9d0c19632b1c2ae98..cd271b1da69f648d45f2029ade5b1ca634715472 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
-/* src/p80211/p80211conv.c
+/*
  *
  * Ether/802.11 conversions and packet buffer routines
  *
index 63c423507fe8e3dbf9d3bb69f08b580ceeb399e2..dfb762bce84d07c38c98f43c70c15cee9fb50a37 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
-/* p80211conv.h
+/*
  *
  * Ether/802.11 conversions and packet buffer routines
  *
index 5871a55e4a61ba423b97a5ae322ec8683b83c97a..93195a4c5b014a301d231655b460b23ba16456ee 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
-/* p80211hdr.h
+/*
  *
  * Macros, types, and functions for handling 802.11 MAC headers
  *
index 77e8d2913b7697af6945e4484006afaf46b34005..b50ce11147dd784c45bc6fbccb097fc688fb2031 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
-/* p80211ioctl.h
+/*
  *
  * Declares constants and types for the p80211 ioctls
  *
index 1457a6def5a2ddb639420d7347c382aa5b6ab5a2..1ef30d3f3159e7da3456cb00cd337065101e5123 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
-/* p80211mgmt.h
+/*
  *
  * Macros, types, and functions to handle 802.11 mgmt frames
  *
index 114066526df4cfac54ad31d367bd382e6d00a252..f68d8b7d5ad88319c5a21cd067ccf6bb471b3b54 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
-/* p80211msg.h
+/*
  *
  * Macros, constants, types, and funcs for req and ind messages
  *
index 2a3f9385ab3f6ae59e48666125f13049b5d890b5..07ed6c4cfdccc7ee6f5a5e5eff2cfafd1b6909a3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
-/* src/p80211/p80211knetdev.c
+/*
  *
  * Linux Kernel net device interface
  *
index 25e5116b1590dc1ae58e9ad662063e19aa305911..5654dc54ae9108eb8d8123af4d113bd12593b412 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
-/* p80211netdev.h
+/*
  *
  * WLAN net device structure and functions
  *
index 9f5c1267d82954f9e1732822a7fc378fe620f8d7..809cf3d480e952d64bbbe50aa1375bcaf4a38755 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
-/* src/p80211/p80211req.c
+/*
  *
  * Request/Indication/MacMgmt interface handling functions
  *
index c04053f3b02bff4dcbc419890b940323c1a25ea0..bc45cd5f91e464881bf071118a8868b7052ae23f 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
-/* p80211req.h
+/*
  *
  * Request handling functions
  *
index 3dcdd022da61ca52231221be792f7f1caa9edf72..6486612a8f31b39914b6952860f4d8e4c4c0a31d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
 /*
- * p80211types.h
+ *
  *
  * Macros, constants, types, and funcs for p80211 data types
  *
index 51d917c8cdc822225fbe28fb4d93d5b8e342183d..3ff7ee7011df352d1de9f21d9a8183198fc7968a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
-/* src/p80211/p80211wep.c
+/*
  *
  * WEP encode/decode for P80211.
  *
index 1bd36dc2b7ff4b020a8e8162687103c73d8ce9d7..9030a8939a9bf307015b56f832010f6048571d3d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
-/* src/prism2/driver/prism2mgmt.c
+/*
  *
  * Management request handler functions.
  *
index 17bc1ee0d49889c16ebb1330a124e2e7fae6d1f7..7132cec2d7eb807da490c31625ad1d8b99faee3b 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
-/* prism2mgmt.h
+/*
  *
  * Declares the mgmt command handler functions
  *
index d14f032a7ed662d6db33010e325b07c48d75e7dd..24ba10d6bd0b03b1206bf41ba5f287b259efb74a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
-/* src/prism2/driver/prism2mib.c
+/*
  *
  * Management request for mibset/mibget
  *
index f67b7405156a28049e9c4b3edf5637d742ddb761..1be43300052f253ff4c82ebeca5f50cf936e3879 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
-/* src/prism2/driver/prism2sta.c
+/*
  *
  * Implements the station functionality for prism2
  *