Commit de770acb authored by Zach Turner's avatar Zach Turner Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Add SPDX-License-Identifier - Style



Add SPDX-Licens-Identifier tag to the start of the file. This is
a coding style change which should not impact the runtime code execution.

Signed-off-by: default avatarZach Turner <turnerzdp@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a55e7eec
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
/*
 * Host AP crypt: host-based CCMP encryption implementation for Host AP driver
// SPDX-License-Identifier: GPL-2.0
/* Host AP crypt: host-based CCMP encryption implementation for Host AP driver
 *
 * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation. See README and COPYING for
 * more details.
 */

#include <linux/module.h>