diff options
author | Alexander Usyskin <alexander.usyskin@intel.com> | 2023-12-14 17:37:52 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-15 19:01:33 +0300 |
commit | ea0e635fe53409fc6c1060eb1851b986bf07061e (patch) | |
tree | a72b9c845fc3e2c5bde45dfec7b00fa8da64e60c /drivers | |
parent | a7565fc8399725d00cc006c35d0621a5cb5f9554 (diff) | |
download | linux-ea0e635fe53409fc6c1060eb1851b986bf07061e.tar.xz |
mei: pxp: spdx should be at first line
Remove stray empty line at the beginning of the file
to have SPDX header t the first line.
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20231214143752.294008-1-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/mei/pxp/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/mei/pxp/Kconfig b/drivers/misc/mei/pxp/Kconfig index 4029b96afc04..4f1ed9202cd9 100644 --- a/drivers/misc/mei/pxp/Kconfig +++ b/drivers/misc/mei/pxp/Kconfig @@ -1,4 +1,3 @@ - # SPDX-License-Identifier: GPL-2.0 # Copyright (c) 2020, Intel Corporation. All rights reserved. # |