Commit 8ffd91d9 authored by Aldas Taraškevičius's avatar Aldas Taraškevičius Committed by Greg Kroah-Hartman
Browse files

staging: wlan-ng: Remove filenames from files



Fix checkpatch warnings about having filenames in the files.

Signed-off-by: default avatarAldas Taraškevičius <aldas60@gmail.com>
Link: https://lore.kernel.org/r/20210828195324.68-1-aldas60@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 791e3b6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* hfa384x.h
/*
 *
 * Defines the constants and data structures for the hfa384x
 *
+1 −1
Original line number Diff line number Diff line
// 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
 *
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211conv.c
/*
 *
 * Ether/802.11 conversions and packet buffer routines
 *
+1 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211conv.h
/*
 *
 * Ether/802.11 conversions and packet buffer routines
 *
+1 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211hdr.h
/*
 *
 * Macros, types, and functions for handling 802.11 MAC headers
 *
Loading